Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateEgressOnlyInternetGatewayRequest |
CreateEgressOnlyInternetGatewayRequest.clone() |
CreateEgressOnlyInternetGatewayRequest |
CreateEgressOnlyInternetGatewayRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateEgressOnlyInternetGatewayRequest |
CreateEgressOnlyInternetGatewayRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the egress-only internet gateway.
|
CreateEgressOnlyInternetGatewayRequest |
CreateEgressOnlyInternetGatewayRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the egress-only internet gateway.
|
CreateEgressOnlyInternetGatewayRequest |
CreateEgressOnlyInternetGatewayRequest.withVpcId(String vpcId)
The ID of the VPC for which to create the egress-only internet gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateEgressOnlyInternetGatewayRequest> |
CreateEgressOnlyInternetGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.