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