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()
          Returns the value of the CustomerGateway property for this object.
 CustomerGateway CustomerGateway.withBgpAsn(String bgpAsn)
          Sets the value of the BgpAsn property for this object.
 CustomerGateway CustomerGateway.withCustomerGatewayId(String customerGatewayId)
          Sets the value of the CustomerGatewayId property for this object.
 CustomerGateway CustomerGateway.withIpAddress(String ipAddress)
          Sets the value of the IpAddress property for this object.
 CustomerGateway CustomerGateway.withState(String state)
          Sets the value of the State property for this object.
 CustomerGateway CustomerGateway.withType(String type)
          Sets the value of the Type property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type CustomerGateway
 List<CustomerGateway> DescribeCustomerGatewaysResult.getCustomerGateways()
          Returns the value of the CustomerGateways property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type CustomerGateway
 void CreateCustomerGatewayResult.setCustomerGateway(CustomerGateway customerGateway)
          Sets the value of the CustomerGateway property for this object.
 CreateCustomerGatewayResult CreateCustomerGatewayResult.withCustomerGateway(CustomerGateway customerGateway)
          Sets the value of the CustomerGateway property for this object.
 DescribeCustomerGatewaysResult DescribeCustomerGatewaysResult.withCustomerGateways(CustomerGateway... customerGateways)
          Sets the value of the CustomerGateways property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type CustomerGateway
 void DescribeCustomerGatewaysResult.setCustomerGateways(Collection<CustomerGateway> customerGateways)
          Sets the value of the CustomerGateways property for this object.
 DescribeCustomerGatewaysResult DescribeCustomerGatewaysResult.withCustomerGateways(Collection<CustomerGateway> customerGateways)
          Sets the value of the CustomerGateways property for this object.
 



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