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

Packages that use RetrieveEnvironmentInfoRequest
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 RetrieveEnvironmentInfoRequest in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RetrieveEnvironmentInfoRequest
 RetrieveEnvironmentInfoResult AWSElasticBeanstalkClient.retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 RetrieveEnvironmentInfoResult AWSElasticBeanstalk.retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 Future<RetrieveEnvironmentInfoResult> AWSElasticBeanstalkAsyncClient.retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 Future<RetrieveEnvironmentInfoResult> AWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 Future<RetrieveEnvironmentInfoResult> AWSElasticBeanstalkAsyncClient.retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 Future<RetrieveEnvironmentInfoResult> AWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RetrieveEnvironmentInfoRequest
 Future<RetrieveEnvironmentInfoResult> AWSElasticBeanstalkAsyncClient.retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 Future<RetrieveEnvironmentInfoResult> AWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)
           Retrieves the compiled information from a RequestEnvironmentInfo request.
 

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

Methods in com.amazonaws.services.elasticbeanstalk.model that return RetrieveEnvironmentInfoRequest
 RetrieveEnvironmentInfoRequest RetrieveEnvironmentInfoRequest.withEnvironmentId(String environmentId)
          The ID of the data's environment.
 RetrieveEnvironmentInfoRequest RetrieveEnvironmentInfoRequest.withEnvironmentName(String environmentName)
          The name of the data's environment.
 RetrieveEnvironmentInfoRequest RetrieveEnvironmentInfoRequest.withInfoType(EnvironmentInfoType infoType)
          The type of information to retrieve.
 RetrieveEnvironmentInfoRequest RetrieveEnvironmentInfoRequest.withInfoType(String infoType)
          The type of information to retrieve.
 



Copyright © 2016. All rights reserved.