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