Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private CustomerGateway |
CreateCustomerGatewayResult.customerGateway
Information about the customer gateway.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CustomerGateway> |
DescribeCustomerGatewaysResult.customerGateways
Information about one or more customer gateways.
|
Modifier and Type | Method and Description |
---|---|
CustomerGateway |
CustomerGateway.clone() |
CustomerGateway |
CreateCustomerGatewayResult.getCustomerGateway()
Information about the customer gateway.
|
CustomerGateway |
CustomerGateway.withBgpAsn(java.lang.String bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).
|
CustomerGateway |
CustomerGateway.withCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway.
|
CustomerGateway |
CustomerGateway.withIpAddress(java.lang.String ipAddress)
The Internet-routable IP address of the customer gateway's outside
interface.
|
CustomerGateway |
CustomerGateway.withState(java.lang.String state)
The current state of the customer gateway (
pending | available | deleting | deleted ). |
CustomerGateway |
CustomerGateway.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the customer gateway.
|
CustomerGateway |
CustomerGateway.withTags(Tag... tags)
Any tags assigned to the customer gateway.
|
CustomerGateway |
CustomerGateway.withType(java.lang.String type)
The type of VPN connection the customer gateway supports (
ipsec.1 ). |
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomerGateway> |
DescribeCustomerGatewaysResult.getCustomerGateways()
Information about one or more customer gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateCustomerGatewayResult.setCustomerGateway(CustomerGateway customerGateway)
Information about the customer gateway.
|
CreateCustomerGatewayResult |
CreateCustomerGatewayResult.withCustomerGateway(CustomerGateway customerGateway)
Information about the customer gateway.
|
DescribeCustomerGatewaysResult |
DescribeCustomerGatewaysResult.withCustomerGateways(CustomerGateway... customerGateways)
Information about one or more customer gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCustomerGatewaysResult.setCustomerGateways(java.util.Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
DescribeCustomerGatewaysResult |
DescribeCustomerGatewaysResult.withCustomerGateways(java.util.Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
Modifier and Type | Method and Description |
---|---|
CustomerGateway |
CustomerGatewayStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |