Uses of Class
software.amazon.awssdk.services.voiceid.model.ServerSideEncryptionUpdateStatus
-
Packages that use ServerSideEncryptionUpdateStatus Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of ServerSideEncryptionUpdateStatus in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return ServerSideEncryptionUpdateStatus Modifier and Type Method Description static ServerSideEncryptionUpdateStatusServerSideEncryptionUpdateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServerSideEncryptionUpdateStatusServerSideEncryptionUpdateDetails. updateStatus()Status of the server-side encryption update.static ServerSideEncryptionUpdateStatusServerSideEncryptionUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerSideEncryptionUpdateStatus[]ServerSideEncryptionUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.voiceid.model that return types with arguments of type ServerSideEncryptionUpdateStatus Modifier and Type Method Description static Set<ServerSideEncryptionUpdateStatus>ServerSideEncryptionUpdateStatus. knownValues()Methods in software.amazon.awssdk.services.voiceid.model with parameters of type ServerSideEncryptionUpdateStatus Modifier and Type Method Description ServerSideEncryptionUpdateDetails.BuilderServerSideEncryptionUpdateDetails.Builder. updateStatus(ServerSideEncryptionUpdateStatus updateStatus)Status of the server-side encryption update.
-