Uses of Class
com.amazonaws.services.ec2.model.CustomerGateway

Packages that use CustomerGateway
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of CustomerGateway in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CustomerGateway
 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.
 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.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CustomerGateway
 List<CustomerGateway> DescribeCustomerGatewaysResult.getCustomerGateways()
          Information about one or more customer gateways.
 

Methods in com.amazonaws.services.ec2.model with parameters of type CustomerGateway
 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
 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 © 2016. All rights reserved.