Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeVpcEncryptionControlsResponse
Packages that use DescribeVpcEncryptionControlsResponse
-
Uses of DescribeVpcEncryptionControlsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeVpcEncryptionControlsResponseModifier and TypeMethodDescriptionEc2Client.describeVpcEncryptionControls(Consumer<DescribeVpcEncryptionControlsRequest.Builder> describeVpcEncryptionControlsRequest) Describes one or more VPC Encryption Control configurations.Ec2Client.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 DescribeVpcEncryptionControlsResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeVpcEncryptionControls(Consumer<DescribeVpcEncryptionControlsRequest.Builder> describeVpcEncryptionControlsRequest) Describes one or more VPC Encryption Control configurations.Ec2AsyncClient.describeVpcEncryptionControls(DescribeVpcEncryptionControlsRequest describeVpcEncryptionControlsRequest) Describes one or more VPC Encryption Control configurations.