Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVpcEncryptionControlResponse
Packages that use ModifyVpcEncryptionControlResponse
-
Uses of ModifyVpcEncryptionControlResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVpcEncryptionControlResponseModifier and TypeMethodDescriptionEc2Client.modifyVpcEncryptionControl(Consumer<ModifyVpcEncryptionControlRequest.Builder> modifyVpcEncryptionControlRequest) Modifies the encryption control configuration for a VPC.Ec2Client.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 ModifyVpcEncryptionControlResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcEncryptionControl(Consumer<ModifyVpcEncryptionControlRequest.Builder> modifyVpcEncryptionControlRequest) Modifies the encryption control configuration for a VPC.Ec2AsyncClient.modifyVpcEncryptionControl(ModifyVpcEncryptionControlRequest modifyVpcEncryptionControlRequest) Modifies the encryption control configuration for a VPC.