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

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

Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RequestEnvironmentInfoRequest
 void AWSElasticBeanstalkClient.requestEnvironmentInfo(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
           Initiates a request to compile the specified type of information of the deployed environment.
 void AWSElasticBeanstalk.requestEnvironmentInfo(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
           Initiates a request to compile the specified type of information of the deployed environment.
 Future<Void> AWSElasticBeanstalkAsyncClient.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
           Initiates a request to compile the specified type of information of the deployed environment.
 Future<Void> AWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest)
           Initiates a request to compile the specified type of information of the deployed environment.
 Future<Void> AWSElasticBeanstalkAsyncClient.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest, AsyncHandler<RequestEnvironmentInfoRequest,Void> asyncHandler)
           Initiates a request to compile the specified type of information of the deployed environment.
 Future<Void> AWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest, AsyncHandler<RequestEnvironmentInfoRequest,Void> asyncHandler)
           Initiates a request to compile the specified type of information of the deployed environment.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RequestEnvironmentInfoRequest
 Future<Void> AWSElasticBeanstalkAsyncClient.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest, AsyncHandler<RequestEnvironmentInfoRequest,Void> asyncHandler)
           Initiates a request to compile the specified type of information of the deployed environment.
 Future<Void> AWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest, AsyncHandler<RequestEnvironmentInfoRequest,Void> asyncHandler)
           Initiates a request to compile the specified type of information of the deployed environment.
 

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

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



Copyright © 2016. All rights reserved.