Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcEncryptionControlResponse
-
Packages that use CreateVpcEncryptionControlResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateVpcEncryptionControlResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpcEncryptionControlResponse Modifier and Type Method Description default CreateVpcEncryptionControlResponseEc2Client. createVpcEncryptionControl(Consumer<CreateVpcEncryptionControlRequest.Builder> createVpcEncryptionControlRequest)Creates a VPC Encryption Control configuration for a specified VPC.default CreateVpcEncryptionControlResponseEc2Client. createVpcEncryptionControl(CreateVpcEncryptionControlRequest createVpcEncryptionControlRequest)Creates a VPC Encryption Control configuration for a specified VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpcEncryptionControlResponse Modifier and Type Method Description default CompletableFuture<CreateVpcEncryptionControlResponse>Ec2AsyncClient. createVpcEncryptionControl(Consumer<CreateVpcEncryptionControlRequest.Builder> createVpcEncryptionControlRequest)Creates a VPC Encryption Control configuration for a specified VPC.default CompletableFuture<CreateVpcEncryptionControlResponse>Ec2AsyncClient. createVpcEncryptionControl(CreateVpcEncryptionControlRequest createVpcEncryptionControlRequest)Creates a VPC Encryption Control configuration for a specified VPC.
-