Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RetrieveEnvironmentInfoResult
-
Packages that use RetrieveEnvironmentInfoResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of RetrieveEnvironmentInfoResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return RetrieveEnvironmentInfoResult Modifier and Type Method Description RetrieveEnvironmentInfoResultAbstractAWSElasticBeanstalk. retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest request)RetrieveEnvironmentInfoResultAWSElasticBeanstalk. retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)Retrieves the compiled information from a RequestEnvironmentInfo request.RetrieveEnvironmentInfoResultAWSElasticBeanstalkClient. retrieveEnvironmentInfo(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest)Retrieves the compiled information from a RequestEnvironmentInfo request.Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RetrieveEnvironmentInfoResult Modifier and Type Method Description Future<RetrieveEnvironmentInfoResult>AbstractAWSElasticBeanstalkAsync. retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)Future<RetrieveEnvironmentInfoResult>AWSElasticBeanstalkAsync. retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler)Retrieves the compiled information from a RequestEnvironmentInfo request.Future<RetrieveEnvironmentInfoResult>AWSElasticBeanstalkAsyncClient. retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler) -
Uses of RetrieveEnvironmentInfoResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return RetrieveEnvironmentInfoResult Modifier and Type Method Description RetrieveEnvironmentInfoResultRetrieveEnvironmentInfoResult. clone()RetrieveEnvironmentInfoResultRetrieveEnvironmentInfoResult. withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResultRetrieveEnvironmentInfoResult. withEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)The EnvironmentInfoDescription of the environment.
-