Uses of Class
software.amazon.awssdk.services.ec2.model.VpcEncryptionControl
-
Packages that use VpcEncryptionControl Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpcEncryptionControl in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEncryptionControl Modifier and Type Method Description VpcEncryptionControlVpc. encryptionControl()Returns the value of the EncryptionControl property for this object.VpcEncryptionControlCreateVpcEncryptionControlResponse. vpcEncryptionControl()Information about the VPC Encryption Control configuration.VpcEncryptionControlDeleteVpcEncryptionControlResponse. vpcEncryptionControl()Information about the deleted VPC Encryption Control configuration.VpcEncryptionControlModifyVpcEncryptionControlResponse. vpcEncryptionControl()Information about the VPC Encryption Control configuration.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEncryptionControl Modifier and Type Method Description List<VpcEncryptionControl>DescribeVpcEncryptionControlsResponse. vpcEncryptionControls()Information about the VPC Encryption Control configurations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcEncryptionControl Modifier and Type Method Description Vpc.BuilderVpc.Builder. encryptionControl(VpcEncryptionControl encryptionControl)Sets the value of the EncryptionControl property for this object.CreateVpcEncryptionControlResponse.BuilderCreateVpcEncryptionControlResponse.Builder. vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl)Information about the VPC Encryption Control configuration.DeleteVpcEncryptionControlResponse.BuilderDeleteVpcEncryptionControlResponse.Builder. vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl)Information about the deleted VPC Encryption Control configuration.ModifyVpcEncryptionControlResponse.BuilderModifyVpcEncryptionControlResponse.Builder. vpcEncryptionControl(VpcEncryptionControl vpcEncryptionControl)Information about the VPC Encryption Control configuration.DescribeVpcEncryptionControlsResponse.BuilderDescribeVpcEncryptionControlsResponse.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 VpcEncryptionControl Modifier and Type Method Description DescribeVpcEncryptionControlsResponse.BuilderDescribeVpcEncryptionControlsResponse.Builder. vpcEncryptionControls(Collection<VpcEncryptionControl> vpcEncryptionControls)Information about the VPC Encryption Control configurations.
-