Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RetrieveEnvironmentInfoResult
Packages that use RetrieveEnvironmentInfoResult
Package
Description
-
Uses of RetrieveEnvironmentInfoResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return RetrieveEnvironmentInfoResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.retrieveEnvironmentInfo
(RetrieveEnvironmentInfoRequest request) AWSElasticBeanstalk.retrieveEnvironmentInfo
(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest) Retrieves the compiled information from a RequestEnvironmentInfo request.AWSElasticBeanstalkClient.retrieveEnvironmentInfo
(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest) Retrieves the compiled information from a RequestEnvironmentInfo request.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type RetrieveEnvironmentInfoResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest request) AbstractAWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest, RetrieveEnvironmentInfoResult> asyncHandler) AWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest) Retrieves the compiled information from a RequestEnvironmentInfo request.AWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest, RetrieveEnvironmentInfoResult> asyncHandler) Retrieves the compiled information from a RequestEnvironmentInfo request.AWSElasticBeanstalkAsyncClient.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest request) AWSElasticBeanstalkAsyncClient.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest, RetrieveEnvironmentInfoResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RetrieveEnvironmentInfoResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest request, AsyncHandler<RetrieveEnvironmentInfoRequest, RetrieveEnvironmentInfoResult> asyncHandler) AWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync
(RetrieveEnvironmentInfoRequest retrieveEnvironmentInfoRequest, AsyncHandler<RetrieveEnvironmentInfoRequest, RetrieveEnvironmentInfoResult> asyncHandler) Retrieves the compiled information from a RequestEnvironmentInfo request.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 RetrieveEnvironmentInfoResultModifier and TypeMethodDescriptionRetrieveEnvironmentInfoResult.clone()
RetrieveEnvironmentInfoResult.withEnvironmentInfo
(EnvironmentInfoDescription... environmentInfo) The EnvironmentInfoDescription of the environment.RetrieveEnvironmentInfoResult.withEnvironmentInfo
(Collection<EnvironmentInfoDescription> environmentInfo) The EnvironmentInfoDescription of the environment.