Uses of Class
software.amazon.awssdk.services.devopsguru.model.ServerSideEncryptionType
-
Packages that use ServerSideEncryptionType Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of ServerSideEncryptionType in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ServerSideEncryptionType Modifier and Type Method Description static ServerSideEncryptionTypeServerSideEncryptionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServerSideEncryptionTypeKMSServerSideEncryptionIntegration. type()The type of KMS key used.ServerSideEncryptionTypeKMSServerSideEncryptionIntegrationConfig. type()The type of KMS key used.static ServerSideEncryptionTypeServerSideEncryptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerSideEncryptionType[]ServerSideEncryptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ServerSideEncryptionType Modifier and Type Method Description static Set<ServerSideEncryptionType>ServerSideEncryptionType. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type ServerSideEncryptionType Modifier and Type Method Description KMSServerSideEncryptionIntegration.BuilderKMSServerSideEncryptionIntegration.Builder. type(ServerSideEncryptionType type)The type of KMS key used.KMSServerSideEncryptionIntegrationConfig.BuilderKMSServerSideEncryptionIntegrationConfig.Builder. type(ServerSideEncryptionType type)The type of KMS key used.
-