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)
          Specifies the customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
 CustomerGateway CustomerGateway.withCustomerGatewayId(String customerGatewayId)
          Specifies the ID of the customer gateway.
 CustomerGateway CustomerGateway.withIpAddress(String ipAddress)
          Contains the Internet-routable IP address of the customer gateway's outside interface.
 CustomerGateway CustomerGateway.withState(String state)
          Describes the current state of the customer gateway.
 CustomerGateway CustomerGateway.withType(String type)
          Specifies 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()
           
 

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)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type CustomerGateway
 void DescribeCustomerGatewaysResult.setCustomerGateways(Collection<CustomerGateway> customerGateways)
           
 DescribeCustomerGatewaysResult DescribeCustomerGatewaysResult.withCustomerGateways(Collection<CustomerGateway> customerGateways)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.