Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVpcEncryptionControlResponse
-
Packages that use ModifyVpcEncryptionControlResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ModifyVpcEncryptionControlResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVpcEncryptionControlResponse Modifier and Type Method Description default ModifyVpcEncryptionControlResponseEc2Client. modifyVpcEncryptionControl(Consumer<ModifyVpcEncryptionControlRequest.Builder> modifyVpcEncryptionControlRequest)Modifies the encryption control configuration for a VPC.default ModifyVpcEncryptionControlResponseEc2Client. modifyVpcEncryptionControl(ModifyVpcEncryptionControlRequest modifyVpcEncryptionControlRequest)Modifies the encryption control configuration for a VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyVpcEncryptionControlResponse Modifier and Type Method Description default CompletableFuture<ModifyVpcEncryptionControlResponse>Ec2AsyncClient. modifyVpcEncryptionControl(Consumer<ModifyVpcEncryptionControlRequest.Builder> modifyVpcEncryptionControlRequest)Modifies the encryption control configuration for a VPC.default CompletableFuture<ModifyVpcEncryptionControlResponse>Ec2AsyncClient. modifyVpcEncryptionControl(ModifyVpcEncryptionControlRequest modifyVpcEncryptionControlRequest)Modifies the encryption control configuration for a VPC.
-