Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyAccountVpcEncryptionControlResponse
Packages that use ModifyAccountVpcEncryptionControlResponse
-
Uses of ModifyAccountVpcEncryptionControlResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyAccountVpcEncryptionControlResponseModifier and TypeMethodDescriptionEc2Client.modifyAccountVpcEncryptionControl(Consumer<ModifyAccountVpcEncryptionControlRequest.Builder> modifyAccountVpcEncryptionControlRequest) Modifies the account-level VPC Encryption Control configuration.Ec2Client.modifyAccountVpcEncryptionControl(ModifyAccountVpcEncryptionControlRequest modifyAccountVpcEncryptionControlRequest) Modifies the account-level VPC Encryption Control configuration.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyAccountVpcEncryptionControlResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyAccountVpcEncryptionControl(Consumer<ModifyAccountVpcEncryptionControlRequest.Builder> modifyAccountVpcEncryptionControlRequest) Modifies the account-level VPC Encryption Control configuration.Ec2AsyncClient.modifyAccountVpcEncryptionControl(ModifyAccountVpcEncryptionControlRequest modifyAccountVpcEncryptionControlRequest) Modifies the account-level VPC Encryption Control configuration.