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 CustomerGatewayCustomerGateway. clone()CustomerGatewayCreateCustomerGatewayResult. getCustomerGateway()Information about the customer gateway.CustomerGatewayCustomerGateway. withBgpAsn(String bgpAsn)The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).CustomerGatewayCustomerGateway. withCustomerGatewayId(String customerGatewayId)The ID of the customer gateway.CustomerGatewayCustomerGateway. withIpAddress(String ipAddress)The Internet-routable IP address of the customer gateway's outside interface.CustomerGatewayCustomerGateway. withState(String state)The current state of the customer gateway (pending | available | deleting | deleted).CustomerGatewayCustomerGateway. withTags(Tag... tags)Any tags assigned to the customer gateway.CustomerGatewayCustomerGateway. withTags(Collection<Tag> tags)Any tags assigned to the customer gateway.CustomerGatewayCustomerGateway. 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 voidCreateCustomerGatewayResult. setCustomerGateway(CustomerGateway customerGateway)Information about the customer gateway.CreateCustomerGatewayResultCreateCustomerGatewayResult. withCustomerGateway(CustomerGateway customerGateway)Information about the customer gateway.DescribeCustomerGatewaysResultDescribeCustomerGatewaysResult. 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 voidDescribeCustomerGatewaysResult. setCustomerGateways(Collection<CustomerGateway> customerGateways)Information about one or more customer gateways.DescribeCustomerGatewaysResultDescribeCustomerGatewaysResult. withCustomerGateways(Collection<CustomerGateway> customerGateways)Information about one or more customer gateways.
-