Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVpcEncryptionControlsResponse
-
Packages that use DescribeVpcEncryptionControlsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeVpcEncryptionControlsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVpcEncryptionControlsResponse Modifier and Type Method Description default DescribeVpcEncryptionControlsResponseEc2Client. describeVpcEncryptionControls(Consumer<DescribeVpcEncryptionControlsRequest.Builder> describeVpcEncryptionControlsRequest)Describes one or more VPC Encryption Control configurations.default DescribeVpcEncryptionControlsResponseEc2Client. describeVpcEncryptionControls(DescribeVpcEncryptionControlsRequest describeVpcEncryptionControlsRequest)Describes one or more VPC Encryption Control configurations.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeVpcEncryptionControlsResponse Modifier and Type Method Description default CompletableFuture<DescribeVpcEncryptionControlsResponse>Ec2AsyncClient. describeVpcEncryptionControls(Consumer<DescribeVpcEncryptionControlsRequest.Builder> describeVpcEncryptionControlsRequest)Describes one or more VPC Encryption Control configurations.default CompletableFuture<DescribeVpcEncryptionControlsResponse>Ec2AsyncClient. describeVpcEncryptionControls(DescribeVpcEncryptionControlsRequest describeVpcEncryptionControlsRequest)Describes one or more VPC Encryption Control configurations.
-