Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<RetrieveEnvironmentInfoResult> |
AbstractAWSElasticBeanstalkAsync.retrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request,
AsyncHandler<RetrieveEnvironmentInfoRequest,RetrieveEnvironmentInfoResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RetrieveEnvironmentInfoRequest |
RetrieveEnvironmentInfoRequest.clone() |
RetrieveEnvironmentInfoRequest |
RetrieveEnvironmentInfoRequest.withEnvironmentId(String environmentId)
The ID of the data's environment.
|
RetrieveEnvironmentInfoRequest |
RetrieveEnvironmentInfoRequest.withEnvironmentName(String environmentName)
The name of the data's environment.
|
RetrieveEnvironmentInfoRequest |
RetrieveEnvironmentInfoRequest.withInfoType(EnvironmentInfoType infoType)
The type of information to retrieve.
|
RetrieveEnvironmentInfoRequest |
RetrieveEnvironmentInfoRequest.withInfoType(String infoType)
The type of information to retrieve.
|
Copyright © 2018. All rights reserved.