Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RetrieveEnvironmentInfoRequest
Packages that use RetrieveEnvironmentInfoRequest
Package
Description
-
Uses of RetrieveEnvironmentInfoRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RetrieveEnvironmentInfoRequestModifier 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.AbstractAWSElasticBeanstalkAsync.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 RetrieveEnvironmentInfoRequestModifier 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 RetrieveEnvironmentInfoRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return RetrieveEnvironmentInfoRequestModifier and TypeMethodDescriptionRetrieveEnvironmentInfoRequest.clone()RetrieveEnvironmentInfoRequest.withEnvironmentId(String environmentId) The ID of the data's environment.RetrieveEnvironmentInfoRequest.withEnvironmentName(String environmentName) The name of the data's environment.RetrieveEnvironmentInfoRequest.withInfoType(EnvironmentInfoType infoType) The type of information to retrieve.RetrieveEnvironmentInfoRequest.withInfoType(String infoType) The type of information to retrieve.