Home
last modified time | relevance | path

Searched refs:SseKmsEncryptedObjectsStatus (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DSseKmsEncryptedObjectsStatus.cpp27 SseKmsEncryptedObjectsStatus GetSseKmsEncryptedObjectsStatusForName(const Aws::String& name) in GetSseKmsEncryptedObjectsStatusForName()
32 return SseKmsEncryptedObjectsStatus::Enabled; in GetSseKmsEncryptedObjectsStatusForName()
36 return SseKmsEncryptedObjectsStatus::Disabled; in GetSseKmsEncryptedObjectsStatusForName()
42 return static_cast<SseKmsEncryptedObjectsStatus>(hashCode); in GetSseKmsEncryptedObjectsStatusForName()
45 return SseKmsEncryptedObjectsStatus::NOT_SET; in GetSseKmsEncryptedObjectsStatusForName()
48 Aws::String GetNameForSseKmsEncryptedObjectsStatus(SseKmsEncryptedObjectsStatus enumValue) in GetNameForSseKmsEncryptedObjectsStatus()
52 case SseKmsEncryptedObjectsStatus::Enabled: in GetNameForSseKmsEncryptedObjectsStatus()
54 case SseKmsEncryptedObjectsStatus::Disabled: in GetNameForSseKmsEncryptedObjectsStatus()
H A DSseKmsEncryptedObjects.cpp24 m_status(SseKmsEncryptedObjectsStatus::NOT_SET), in SseKmsEncryptedObjects()
30 m_status(SseKmsEncryptedObjectsStatus::NOT_SET), in SseKmsEncryptedObjects()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DSseKmsEncryptedObjectsStatus.cpp27 SseKmsEncryptedObjectsStatus GetSseKmsEncryptedObjectsStatusForName(const Aws::String& name) in GetSseKmsEncryptedObjectsStatusForName()
32 return SseKmsEncryptedObjectsStatus::Enabled; in GetSseKmsEncryptedObjectsStatusForName()
36 return SseKmsEncryptedObjectsStatus::Disabled; in GetSseKmsEncryptedObjectsStatusForName()
42 return static_cast<SseKmsEncryptedObjectsStatus>(hashCode); in GetSseKmsEncryptedObjectsStatusForName()
45 return SseKmsEncryptedObjectsStatus::NOT_SET; in GetSseKmsEncryptedObjectsStatusForName()
48 Aws::String GetNameForSseKmsEncryptedObjectsStatus(SseKmsEncryptedObjectsStatus enumValue) in GetNameForSseKmsEncryptedObjectsStatus()
52 case SseKmsEncryptedObjectsStatus::Enabled: in GetNameForSseKmsEncryptedObjectsStatus()
54 case SseKmsEncryptedObjectsStatus::Disabled: in GetNameForSseKmsEncryptedObjectsStatus()
H A DSseKmsEncryptedObjects.cpp24 m_status(SseKmsEncryptedObjectsStatus::NOT_SET), in SseKmsEncryptedObjects()
30 m_status(SseKmsEncryptedObjectsStatus::NOT_SET), in SseKmsEncryptedObjects()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DSseKmsEncryptedObjects.h46 inline const SseKmsEncryptedObjectsStatus& GetStatus() const{ return m_status; } in GetStatus()
60 …inline void SetStatus(const SseKmsEncryptedObjectsStatus& value) { m_statusHasBeenSet = true; m_st… in SetStatus()
67 …inline void SetStatus(SseKmsEncryptedObjectsStatus&& value) { m_statusHasBeenSet = true; m_status … in SetStatus()
74 …inline SseKmsEncryptedObjects& WithStatus(const SseKmsEncryptedObjectsStatus& value) { SetStatus(v… in WithStatus()
81 …inline SseKmsEncryptedObjects& WithStatus(SseKmsEncryptedObjectsStatus&& value) { SetStatus(std::m… in WithStatus()
85 SseKmsEncryptedObjectsStatus m_status;
H A DSseKmsEncryptedObjectsStatus.h16 enum class SseKmsEncryptedObjectsStatus enum
25 AWS_S3CRT_API SseKmsEncryptedObjectsStatus GetSseKmsEncryptedObjectsStatusForName(const Aws::String…
27 AWS_S3CRT_API Aws::String GetNameForSseKmsEncryptedObjectsStatus(SseKmsEncryptedObjectsStatus value…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DSseKmsEncryptedObjects.h46 inline const SseKmsEncryptedObjectsStatus& GetStatus() const{ return m_status; } in GetStatus()
60 …inline void SetStatus(const SseKmsEncryptedObjectsStatus& value) { m_statusHasBeenSet = true; m_st… in SetStatus()
67 …inline void SetStatus(SseKmsEncryptedObjectsStatus&& value) { m_statusHasBeenSet = true; m_status … in SetStatus()
74 …inline SseKmsEncryptedObjects& WithStatus(const SseKmsEncryptedObjectsStatus& value) { SetStatus(v… in WithStatus()
81 …inline SseKmsEncryptedObjects& WithStatus(SseKmsEncryptedObjectsStatus&& value) { SetStatus(std::m… in WithStatus()
85 SseKmsEncryptedObjectsStatus m_status;
H A DSseKmsEncryptedObjectsStatus.h16 enum class SseKmsEncryptedObjectsStatus enum
25 AWS_S3_API SseKmsEncryptedObjectsStatus GetSseKmsEncryptedObjectsStatusForName(const Aws::String& n…
27 AWS_S3_API Aws::String GetNameForSseKmsEncryptedObjectsStatus(SseKmsEncryptedObjectsStatus value);
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/aws-sdk-go-v2/service/s3/types/
H A Denums.go971 type SseKmsEncryptedObjectsStatus string type
975 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
976 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
982 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
983 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go2959 Status SseKmsEncryptedObjectsStatus
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/s3/types/
H A Denums.go971 type SseKmsEncryptedObjectsStatus string type
975 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
976 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
982 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
983 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go2959 Status SseKmsEncryptedObjectsStatus
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/s3/types/
H A Denums.go971 type SseKmsEncryptedObjectsStatus string type
975 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
976 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
982 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
983 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go2903 Status SseKmsEncryptedObjectsStatus
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/s3/types/
H A Denums.go971 type SseKmsEncryptedObjectsStatus string type
975 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
976 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
982 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
983 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go2903 Status SseKmsEncryptedObjectsStatus
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/s3/types/
H A Denums.go973 type SseKmsEncryptedObjectsStatus string type
977 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
978 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
984 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
985 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go3204 Status SseKmsEncryptedObjectsStatus
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/s3/types/
H A Denums.go971 type SseKmsEncryptedObjectsStatus string type
975 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
976 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
982 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
983 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go2903 Status SseKmsEncryptedObjectsStatus
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/s3/types/
H A Denums.go971 type SseKmsEncryptedObjectsStatus string type
975 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
976 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
982 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
983 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go2959 Status SseKmsEncryptedObjectsStatus
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/s3/types/
H A Denums.go971 type SseKmsEncryptedObjectsStatus string type
975 SseKmsEncryptedObjectsStatusEnabled SseKmsEncryptedObjectsStatus = "Enabled"
976 SseKmsEncryptedObjectsStatusDisabled SseKmsEncryptedObjectsStatus = "Disabled"
982 func (SseKmsEncryptedObjectsStatus) Values() []SseKmsEncryptedObjectsStatus {
983 return []SseKmsEncryptedObjectsStatus{
H A Dtypes.go2959 Status SseKmsEncryptedObjectsStatus
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/aws-sdk-go-v2/service/s3/
H A Ddeserializers.go19306 sv.Status = types.SseKmsEncryptedObjectsStatus(xtv)

12