Uses of Interface
software.amazon.awssdk.services.ec2.model.DeleteVpcEncryptionControlRequest.Builder
Packages that use DeleteVpcEncryptionControlRequest.Builder
Package
Description
-
Uses of DeleteVpcEncryptionControlRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DeleteVpcEncryptionControlRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.deleteVpcEncryptionControl(Consumer<DeleteVpcEncryptionControlRequest.Builder> deleteVpcEncryptionControlRequest) Deletes a VPC Encryption Control configuration.Ec2Client.deleteVpcEncryptionControl(Consumer<DeleteVpcEncryptionControlRequest.Builder> deleteVpcEncryptionControlRequest) Deletes a VPC Encryption Control configuration. -
Uses of DeleteVpcEncryptionControlRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeleteVpcEncryptionControlRequest.BuilderModifier and TypeMethodDescriptionDeleteVpcEncryptionControlRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DeleteVpcEncryptionControlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteVpcEncryptionControlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteVpcEncryptionControlRequest.toBuilder()DeleteVpcEncryptionControlRequest.Builder.vpcEncryptionControlId(String vpcEncryptionControlId) The ID of the VPC Encryption Control resource to delete.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteVpcEncryptionControlRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteVpcEncryptionControlRequest.Builder>DeleteVpcEncryptionControlRequest.serializableBuilderClass()