Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingImageEncryptionConfigurationKeyType
-
Packages that use StreamingImageEncryptionConfigurationKeyType Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StreamingImageEncryptionConfigurationKeyType in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingImageEncryptionConfigurationKeyType Modifier and Type Method Description static StreamingImageEncryptionConfigurationKeyTypeStreamingImageEncryptionConfigurationKeyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StreamingImageEncryptionConfigurationKeyTypeStreamingImageEncryptionConfiguration. keyType()The type of KMS key that is used to encrypt studio data.static StreamingImageEncryptionConfigurationKeyTypeStreamingImageEncryptionConfigurationKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingImageEncryptionConfigurationKeyType[]StreamingImageEncryptionConfigurationKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingImageEncryptionConfigurationKeyType Modifier and Type Method Description static Set<StreamingImageEncryptionConfigurationKeyType>StreamingImageEncryptionConfigurationKeyType. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingImageEncryptionConfigurationKeyType Modifier and Type Method Description StreamingImageEncryptionConfiguration.BuilderStreamingImageEncryptionConfiguration.Builder. keyType(StreamingImageEncryptionConfigurationKeyType keyType)The type of KMS key that is used to encrypt studio data.
-