| Package | Description |
|---|---|
| com.amazonaws.services.cloud9 |
|
| com.amazonaws.services.cloud9.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEnvironmentsResult> |
AWSCloud9AsyncClient.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
Future<ListEnvironmentsResult> |
AbstractAWSCloud9Async.listEnvironmentsAsync(ListEnvironmentsRequest request,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler) |
Future<ListEnvironmentsResult> |
AWSCloud9Async.listEnvironmentsAsync(ListEnvironmentsRequest listEnvironmentsRequest,
AsyncHandler<ListEnvironmentsRequest,ListEnvironmentsResult> asyncHandler)
Gets a list of AWS Cloud9 development environment identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsRequest |
ListEnvironmentsRequest.clone() |
ListEnvironmentsRequest |
ListEnvironmentsRequest.withMaxResults(Integer maxResults)
The maximum number of environments to get identifiers for.
|
ListEnvironmentsRequest |
ListEnvironmentsRequest.withNextToken(String nextToken)
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along
with a unique string called a next token.
|
Copyright © 2018. All rights reserved.