Uses of Enum
software.amazon.awssdk.services.ec2.model.VpcEncryptionControlState
Packages that use VpcEncryptionControlState
-
Uses of VpcEncryptionControlState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEncryptionControlStateModifier and TypeMethodDescriptionstatic VpcEncryptionControlStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.VpcEncryptionControl.state()The current state of the VPC Encryption Control configuration.static VpcEncryptionControlStateReturns the enum constant of this type with the specified name.static VpcEncryptionControlState[]VpcEncryptionControlState.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 VpcEncryptionControlStateModifier and TypeMethodDescriptionstatic Set<VpcEncryptionControlState>VpcEncryptionControlState.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEncryptionControlStateModifier and TypeMethodDescriptionVpcEncryptionControl.Builder.state(VpcEncryptionControlState state) The current state of the VPC Encryption Control configuration.