Uses of Class
com.amazonaws.services.ec2.model.CustomerGateway
Packages that use CustomerGateway
-
Uses of CustomerGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CustomerGatewayModifier and TypeMethodDescriptionCustomerGateway.clone()
CreateCustomerGatewayResult.getCustomerGateway()
Information about the customer gateway.CustomerGateway.withBgpAsn
(String bgpAsn) The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).CustomerGateway.withCustomerGatewayId
(String customerGatewayId) The ID of the customer gateway.CustomerGateway.withIpAddress
(String ipAddress) The Internet-routable IP address of the customer gateway's outside interface.The current state of the customer gateway (pending | available | deleting | deleted
).Any tags assigned to the customer gateway.CustomerGateway.withTags
(Collection<Tag> tags) Any tags assigned to the customer gateway.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 CustomerGatewayModifier and TypeMethodDescriptionDescribeCustomerGatewaysResult.getCustomerGateways()
Information about one or more customer gateways.Methods in com.amazonaws.services.ec2.model with parameters of type CustomerGatewayModifier and TypeMethodDescriptionvoid
CreateCustomerGatewayResult.setCustomerGateway
(CustomerGateway customerGateway) Information about the customer gateway.CreateCustomerGatewayResult.withCustomerGateway
(CustomerGateway customerGateway) Information about the customer gateway.DescribeCustomerGatewaysResult.withCustomerGateways
(CustomerGateway... customerGateways) Information about one or more customer gateways.Method parameters in com.amazonaws.services.ec2.model with type arguments of type CustomerGatewayModifier and TypeMethodDescriptionvoid
DescribeCustomerGatewaysResult.setCustomerGateways
(Collection<CustomerGateway> customerGateways) Information about one or more customer gateways.DescribeCustomerGatewaysResult.withCustomerGateways
(Collection<CustomerGateway> customerGateways) Information about one or more customer gateways.