Uses of Class
com.amazonaws.services.ec2.model.CustomerGateway
-
Packages that use CustomerGateway Package Description com.amazonaws.services.ec2.model -
-
Uses of CustomerGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CustomerGateway Modifier and Type Method 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(Tag... tags)
Any tags assigned to the customer gateway.CustomerGateway
CustomerGateway. withTags(Collection<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
).Methods in com.amazonaws.services.ec2.model that return types with arguments of type CustomerGateway Modifier and Type Method Description List<CustomerGateway>
DescribeCustomerGatewaysResult. getCustomerGateways()
Information about one or more customer gateways.Methods in com.amazonaws.services.ec2.model with parameters of type CustomerGateway Modifier and Type Method 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.Method parameters in com.amazonaws.services.ec2.model with type arguments of type CustomerGateway Modifier and Type Method 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.
-