Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RequestEnvironmentInfoRequest
Packages that use RequestEnvironmentInfoRequest
Package
Description
-
Uses of RequestEnvironmentInfoRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RequestEnvironmentInfoRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.requestEnvironmentInfo(RequestEnvironmentInfoRequest request) AWSElasticBeanstalk.requestEnvironmentInfo(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest) Initiates a request to compile the specified type of information of the deployed environment.AWSElasticBeanstalkClient.requestEnvironmentInfo(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest) Initiates a request to compile the specified type of information of the deployed environment.AbstractAWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request) AbstractAWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest, RequestEnvironmentInfoResult> asyncHandler) AWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest) Initiates a request to compile the specified type of information of the deployed environment.AWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest, AsyncHandler<RequestEnvironmentInfoRequest, RequestEnvironmentInfoResult> asyncHandler) Initiates a request to compile the specified type of information of the deployed environment.AWSElasticBeanstalkAsyncClient.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request) AWSElasticBeanstalkAsyncClient.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest, RequestEnvironmentInfoResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RequestEnvironmentInfoRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest, RequestEnvironmentInfoResult> asyncHandler) AWSElasticBeanstalkAsync.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest requestEnvironmentInfoRequest, AsyncHandler<RequestEnvironmentInfoRequest, RequestEnvironmentInfoResult> asyncHandler) Initiates a request to compile the specified type of information of the deployed environment.AWSElasticBeanstalkAsyncClient.requestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, AsyncHandler<RequestEnvironmentInfoRequest, RequestEnvironmentInfoResult> asyncHandler) -
Uses of RequestEnvironmentInfoRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return RequestEnvironmentInfoRequestModifier and TypeMethodDescriptionRequestEnvironmentInfoRequest.clone()RequestEnvironmentInfoRequest.withEnvironmentId(String environmentId) The ID of the environment of the requested data.RequestEnvironmentInfoRequest.withEnvironmentName(String environmentName) The name of the environment of the requested data.RequestEnvironmentInfoRequest.withInfoType(EnvironmentInfoType infoType) The type of information to request.RequestEnvironmentInfoRequest.withInfoType(String infoType) The type of information to request.