| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateInternetGatewayResponse> |
Ec2AsyncClient.createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
default CreateInternetGatewayResponse |
Ec2Client.createInternetGateway(Consumer<CreateInternetGatewayRequest.Builder> createInternetGatewayRequest)
Creates an internet gateway for use with a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateInternetGatewayRequest.Builder |
CreateInternetGatewayRequest.builder() |
CreateInternetGatewayRequest.Builder |
CreateInternetGatewayRequest.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.Builder |
CreateInternetGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateInternetGatewayRequest.Builder |
CreateInternetGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateInternetGatewayRequest.Builder |
CreateInternetGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the internet gateway.
|
CreateInternetGatewayRequest.Builder |
CreateInternetGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the internet gateway.
|
CreateInternetGatewayRequest.Builder |
CreateInternetGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the internet gateway.
|
CreateInternetGatewayRequest.Builder |
CreateInternetGatewayRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateInternetGatewayRequest.Builder> |
CreateInternetGatewayRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.