Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcEncryptionControlRequest.Builder
-
Packages that use CreateVpcEncryptionControlRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of CreateVpcEncryptionControlRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpcEncryptionControlRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateVpcEncryptionControlResponse>Ec2AsyncClient. createVpcEncryptionControl(Consumer<CreateVpcEncryptionControlRequest.Builder> createVpcEncryptionControlRequest)Creates a VPC Encryption Control configuration for a specified VPC.default CreateVpcEncryptionControlResponseEc2Client. 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.Builder Modifier and Type Method Description static CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest. builder()CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)The tags to apply to the VPC Encryption Control resource.CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest.Builder. tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)The tags to apply to the VPC Encryption Control resource.CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)The tags to apply to the VPC Encryption Control resource.CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest. toBuilder()CreateVpcEncryptionControlRequest.BuilderCreateVpcEncryptionControlRequest.Builder. vpcId(String vpcId)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.Builder Modifier and Type Method Description static Class<? extends CreateVpcEncryptionControlRequest.Builder>CreateVpcEncryptionControlRequest. serializableBuilderClass()
-