Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateInternetGatewayRequest.Builder
-
Packages that use CreateInternetGatewayRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of CreateInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateInternetGatewayRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateInternetGatewayResponse>Ec2AsyncClient. createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)Creates an internet gateway for use with a VPC.default CreateInternetGatewayResponseEc2Client. createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)Creates an internet gateway for use with a VPC. -
Uses of CreateInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateInternetGatewayRequest.Builder Modifier and Type Method Description static CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest. builder()CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest.Builder. tagSpecifications(Collection<TagSpecification> tagSpecifications)The tags to assign to the internet gateway.CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest.Builder. tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)The tags to assign to the internet gateway.CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest.Builder. tagSpecifications(TagSpecification... tagSpecifications)The tags to assign to the internet gateway.CreateInternetGatewayRequest.BuilderCreateInternetGatewayRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateInternetGatewayRequest.Builder Modifier and Type Method Description static Class<? extends CreateInternetGatewayRequest.Builder>CreateInternetGatewayRequest. serializableBuilderClass()
-