Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEncryptionControl
Packages that use VpcEncryptionControl
-
Uses of VpcEncryptionControl in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEncryptionControlModifier and TypeMethodDescriptionfinal VpcEncryptionControlVpc.encryptionControl()Returns the value of the EncryptionControl property for this object.final VpcEncryptionControlCreateVpcEncryptionControlResponse.vpcEncryptionControl()Information about the VPC Encryption Control configuration.final VpcEncryptionControlDeleteVpcEncryptionControlResponse.vpcEncryptionControl()Information about the deleted VPC Encryption Control configuration.final VpcEncryptionControlModifyVpcEncryptionControlResponse.vpcEncryptionControl()Information about the VPC Encryption Control configuration.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEncryptionControlModifier and TypeMethodDescriptionfinal List<VpcEncryptionControl>DescribeVpcEncryptionControlsResponse.vpcEncryptionControls()Information about the VPC Encryption Control configurations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEncryptionControlModifier and TypeMethodDescriptionVpc.Builder.encryptionControl(VpcEncryptionControl encryptionControl) Sets the value of the EncryptionControl property for this object.CreateVpcEncryptionControlResponse.Builder.vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl) Information about the VPC Encryption Control configuration.DeleteVpcEncryptionControlResponse.Builder.vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl) Information about the deleted VPC Encryption Control configuration.ModifyVpcEncryptionControlResponse.Builder.vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl) Information about the VPC Encryption Control configuration.DescribeVpcEncryptionControlsResponse.Builder.vpcEncryptionControls(VpcEncryptionControl... vpcEncryptionControls) Information about the VPC Encryption Control configurations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEncryptionControlModifier and TypeMethodDescriptionDescribeVpcEncryptionControlsResponse.Builder.vpcEncryptionControls(Collection<VpcEncryptionControl> vpcEncryptionControls) Information about the VPC Encryption Control configurations.