Uses of Enum
software.amazon.awssdk.services.ec2.model.VpcEncryptionControlMode
Packages that use VpcEncryptionControlMode
-
Uses of VpcEncryptionControlMode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEncryptionControlModeModifier and TypeMethodDescriptionstatic VpcEncryptionControlModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final VpcEncryptionControlModeModifyVpcEncryptionControlRequest.mode()The encryption mode for the VPC Encryption Control configuration.final VpcEncryptionControlModeVpcEncryptionControl.mode()The encryption mode for the VPC Encryption Control configuration.final VpcEncryptionControlModeVpcEncryptionControlConfiguration.mode()The encryption mode for the VPC Encryption Control configuration.static VpcEncryptionControlModeReturns the enum constant of this type with the specified name.static VpcEncryptionControlMode[]VpcEncryptionControlMode.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 VpcEncryptionControlModeModifier and TypeMethodDescriptionstatic Set<VpcEncryptionControlMode>VpcEncryptionControlMode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEncryptionControlModeModifier and TypeMethodDescriptionModifyVpcEncryptionControlRequest.Builder.mode(VpcEncryptionControlMode mode) The encryption mode for the VPC Encryption Control configuration.VpcEncryptionControl.Builder.mode(VpcEncryptionControlMode mode) The encryption mode for the VPC Encryption Control configuration.VpcEncryptionControlConfiguration.Builder.mode(VpcEncryptionControlMode mode) The encryption mode for the VPC Encryption Control configuration.