Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcEncryptionControlResponse
Packages that use CreateVpcEncryptionControlResponse
-
Uses of CreateVpcEncryptionControlResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpcEncryptionControlResponseModifier and TypeMethodDescriptionEc2Client.createVpcEncryptionControl(Consumer<CreateVpcEncryptionControlRequest.Builder> createVpcEncryptionControlRequest) Creates a VPC Encryption Control configuration for a specified VPC.Ec2Client.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 CreateVpcEncryptionControlResponseModifier and TypeMethodDescriptionEc2AsyncClient.createVpcEncryptionControl(Consumer<CreateVpcEncryptionControlRequest.Builder> createVpcEncryptionControlRequest) Creates a VPC Encryption Control configuration for a specified VPC.Ec2AsyncClient.createVpcEncryptionControl(CreateVpcEncryptionControlRequest createVpcEncryptionControlRequest) Creates a VPC Encryption Control configuration for a specified VPC.