|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeApplicationVersionsRequest | |
---|---|
com.amazonaws.services.elasticbeanstalk | Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk. |
com.amazonaws.services.elasticbeanstalk.model | Classes modeling the various types represented by AWSElasticBeanstalk. |
Uses of DescribeApplicationVersionsRequest in com.amazonaws.services.elasticbeanstalk |
---|
Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeApplicationVersionsRequest | |
---|---|
Future<DescribeApplicationVersionsResult> |
AWSElasticBeanstalkAsyncClient.describeApplicationVersionsAsync(DescribeApplicationVersionsRequest describeApplicationVersionsRequest,
AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Returns descriptions for existing application versions. |
Future<DescribeApplicationVersionsResult> |
AWSElasticBeanstalkAsync.describeApplicationVersionsAsync(DescribeApplicationVersionsRequest describeApplicationVersionsRequest,
AsyncHandler<DescribeApplicationVersionsRequest,DescribeApplicationVersionsResult> asyncHandler)
Returns descriptions for existing application versions. |
Uses of DescribeApplicationVersionsRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeApplicationVersionsRequest | |
---|---|
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated with the specified application. |
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withVersionLabels(Collection<String> versionLabels)
If specified, restricts the returned descriptions to only include ones that have the specified version labels. |
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withVersionLabels(String... versionLabels)
If specified, restricts the returned descriptions to only include ones that have the specified version labels. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |