Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateEgressOnlyInternetGatewayRequest.Builder
Packages that use CreateEgressOnlyInternetGatewayRequest.Builder
Package
Description
-
Uses of CreateEgressOnlyInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateEgressOnlyInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createEgressOnlyInternetGateway(Consumer<CreateEgressOnlyInternetGatewayRequest.Builder> createEgressOnlyInternetGatewayRequest) [IPv6 only] Creates an egress-only internet gateway for your VPC.Ec2Client.createEgressOnlyInternetGateway(Consumer<CreateEgressOnlyInternetGatewayRequest.Builder> createEgressOnlyInternetGatewayRequest) [IPv6 only] Creates an egress-only internet gateway for your VPC. -
Uses of CreateEgressOnlyInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateEgressOnlyInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionCreateEgressOnlyInternetGatewayRequest.builder()CreateEgressOnlyInternetGatewayRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateEgressOnlyInternetGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateEgressOnlyInternetGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateEgressOnlyInternetGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the egress-only internet gateway.CreateEgressOnlyInternetGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the egress-only internet gateway.CreateEgressOnlyInternetGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the egress-only internet gateway.CreateEgressOnlyInternetGatewayRequest.toBuilder()The ID of the VPC for which to create the egress-only internet gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateEgressOnlyInternetGatewayRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateEgressOnlyInternetGatewayRequest.Builder>CreateEgressOnlyInternetGatewayRequest.serializableBuilderClass()