Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateInternetGatewayRequest.Builder
Packages that use CreateInternetGatewayRequest.Builder
Package
Description
-
Uses of CreateInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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.BuilderModifier and TypeMethodDescriptionCreateInternetGatewayRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateInternetGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateInternetGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateInternetGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the internet gateway.CreateInternetGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the internet gateway.CreateInternetGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the internet gateway.CreateInternetGatewayRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateInternetGatewayRequest.Builder>CreateInternetGatewayRequest.serializableBuilderClass()