Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcEncryptionControlRequest.Builder
Packages that use CreateVpcEncryptionControlRequest.Builder
Package
Description
-
Uses of CreateVpcEncryptionControlRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpcEncryptionControlRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createVpcEncryptionControl(Consumer<CreateVpcEncryptionControlRequest.Builder> createVpcEncryptionControlRequest) Creates a VPC Encryption Control configuration for a specified VPC.Ec2Client.createVpcEncryptionControl(Consumer<CreateVpcEncryptionControlRequest.Builder> createVpcEncryptionControlRequest) Creates a VPC Encryption Control configuration for a specified VPC. -
Uses of CreateVpcEncryptionControlRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcEncryptionControlRequest.BuilderModifier and TypeMethodDescriptionCreateVpcEncryptionControlRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpcEncryptionControlRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcEncryptionControlRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpcEncryptionControlRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the VPC Encryption Control resource.CreateVpcEncryptionControlRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the VPC Encryption Control resource.CreateVpcEncryptionControlRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the VPC Encryption Control resource.CreateVpcEncryptionControlRequest.toBuilder()The ID of the VPC for which to create the encryption control configuration.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcEncryptionControlRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcEncryptionControlRequest.Builder>CreateVpcEncryptionControlRequest.serializableBuilderClass()