Uses of Enum
software.amazon.awssdk.services.ec2.model.EncryptionStateValue
Packages that use EncryptionStateValue
-
Uses of EncryptionStateValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EncryptionStateValueModifier and TypeMethodDescriptionfinal EncryptionStateValueEncryptionSupport.encryptionState()The current encryption state of the resource.static EncryptionStateValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionStateValueReturns the enum constant of this type with the specified name.static EncryptionStateValue[]EncryptionStateValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EncryptionStateValueModifier and TypeMethodDescriptionstatic Set<EncryptionStateValue>EncryptionStateValue.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type EncryptionStateValueModifier and TypeMethodDescriptionEncryptionSupport.Builder.encryptionState(EncryptionStateValue encryptionState) The current encryption state of the resource.