Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DescribeApplicationsRequest

Packages that use DescribeApplicationsRequest
com.amazonaws.services.elasticbeanstalk Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk. 
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of DescribeApplicationsRequest in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DescribeApplicationsRequest
 DescribeApplicationsResult AWSElasticBeanstalkClient.describeApplications(DescribeApplicationsRequest describeApplicationsRequest)
           Returns the descriptions of existing applications.
 DescribeApplicationsResult AWSElasticBeanstalk.describeApplications(DescribeApplicationsRequest describeApplicationsRequest)
           Returns the descriptions of existing applications.
 Future<DescribeApplicationsResult> AWSElasticBeanstalkAsyncClient.describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest)
           Returns the descriptions of existing applications.
 Future<DescribeApplicationsResult> AWSElasticBeanstalkAsync.describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest)
           Returns the descriptions of existing applications.
 Future<DescribeApplicationsResult> AWSElasticBeanstalkAsyncClient.describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
           Returns the descriptions of existing applications.
 Future<DescribeApplicationsResult> AWSElasticBeanstalkAsync.describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
           Returns the descriptions of existing applications.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeApplicationsRequest
 Future<DescribeApplicationsResult> AWSElasticBeanstalkAsyncClient.describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
           Returns the descriptions of existing applications.
 Future<DescribeApplicationsResult> AWSElasticBeanstalkAsync.describeApplicationsAsync(DescribeApplicationsRequest describeApplicationsRequest, AsyncHandler<DescribeApplicationsRequest,DescribeApplicationsResult> asyncHandler)
           Returns the descriptions of existing applications.
 

Uses of DescribeApplicationsRequest in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeApplicationsRequest
 DescribeApplicationsRequest DescribeApplicationsRequest.withApplicationNames(Collection<String> applicationNames)
          If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
 DescribeApplicationsRequest DescribeApplicationsRequest.withApplicationNames(String... applicationNames)
          If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
 



Copyright © 2016. All rights reserved.