Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private NatGateway |
CreateNatGatewayResult.natGateway
Information about the NAT gateway.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NatGateway> |
DescribeNatGatewaysResult.natGateways
Information about the NAT gateways.
|
Modifier and Type | Method and Description |
---|---|
NatGateway |
NatGateway.clone() |
NatGateway |
CreateNatGatewayResult.getNatGateway()
Information about the NAT gateway.
|
NatGateway |
NatGateway.withCreateTime(java.util.Date createTime)
The date and time the NAT gateway was created.
|
NatGateway |
NatGateway.withDeleteTime(java.util.Date deleteTime)
The date and time the NAT gateway was deleted, if applicable.
|
NatGateway |
NatGateway.withFailureCode(java.lang.String failureCode)
If the NAT gateway could not be created, specifies the error code for the
failure.
|
NatGateway |
NatGateway.withFailureMessage(java.lang.String failureMessage)
If the NAT gateway could not be created, specifies the error message for
the failure, that corresponds to the error code.
|
NatGateway |
NatGateway.withNatGatewayAddresses(java.util.Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
NatGateway |
NatGateway.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
NatGateway |
NatGateway.withNatGatewayId(java.lang.String natGatewayId)
The ID of the NAT gateway.
|
NatGateway |
NatGateway.withState(NatGatewayState state)
The state of the NAT gateway.
|
NatGateway |
NatGateway.withState(java.lang.String state)
The state of the NAT gateway.
|
NatGateway |
NatGateway.withSubnetId(java.lang.String subnetId)
The ID of the subnet in which the NAT gateway is located.
|
NatGateway |
NatGateway.withVpcId(java.lang.String vpcId)
The ID of the VPC in which the NAT gateway is located.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NatGateway> |
DescribeNatGatewaysResult.getNatGateways()
Information about the NAT gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNatGatewayResult.setNatGateway(NatGateway natGateway)
Information about the NAT gateway.
|
CreateNatGatewayResult |
CreateNatGatewayResult.withNatGateway(NatGateway natGateway)
Information about the NAT gateway.
|
DescribeNatGatewaysResult |
DescribeNatGatewaysResult.withNatGateways(NatGateway... natGateways)
Information about the NAT gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNatGatewaysResult.setNatGateways(java.util.Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
DescribeNatGatewaysResult |
DescribeNatGatewaysResult.withNatGateways(java.util.Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
Modifier and Type | Method and Description |
---|---|
NatGateway |
NatGatewayStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |