Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CustomerGateway |
CustomerGateway.clone() |
CustomerGateway |
CreateCustomerGatewayResult.getCustomerGateway()
Information about the customer gateway.
|
CustomerGateway |
CustomerGateway.withBgpAsn(String bgpAsn)
The customer gateway's Border Gateway Protocol (BGP) Autonomous System
Number (ASN).
|
CustomerGateway |
CustomerGateway.withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
CustomerGateway |
CustomerGateway.withIpAddress(String ipAddress)
The Internet-routable IP address of the customer gateway's outside
interface.
|
CustomerGateway |
CustomerGateway.withState(String state)
The current state of the customer gateway (
pending | available | deleting | deleted ). |
CustomerGateway |
CustomerGateway.withTags(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(String type)
The type of VPN connection the customer gateway supports (
ipsec.1 ). |
Modifier and Type | Method and Description |
---|---|
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(Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
DescribeCustomerGatewaysResult |
DescribeCustomerGatewaysResult.withCustomerGateways(Collection<CustomerGateway> customerGateways)
Information about one or more customer gateways.
|
Copyright © 2018. All rights reserved.