| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model | |
| com.amazonaws.services.appstream.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetsResult |
AbstractAmazonAppStream.describeFleets(DescribeFleetsRequest request) |
DescribeFleetsResult |
AmazonAppStreamClient.describeFleets(DescribeFleetsRequest describeFleetsRequest)
If fleet names are provided, this operation describes the specified fleets; otherwise, all the fleets in the
account are described.
|
DescribeFleetsResult |
AmazonAppStream.describeFleets(DescribeFleetsRequest describeFleetsRequest)
If fleet names are provided, this operation describes the specified fleets; otherwise, all the fleets in the
account are described.
|
Future<DescribeFleetsResult> |
AbstractAmazonAppStreamAsync.describeFleetsAsync(DescribeFleetsRequest request) |
Future<DescribeFleetsResult> |
AmazonAppStreamAsync.describeFleetsAsync(DescribeFleetsRequest describeFleetsRequest)
If fleet names are provided, this operation describes the specified fleets; otherwise, all the fleets in the
account are described.
|
Future<DescribeFleetsResult> |
AmazonAppStreamAsyncClient.describeFleetsAsync(DescribeFleetsRequest request) |
Future<DescribeFleetsResult> |
AbstractAmazonAppStreamAsync.describeFleetsAsync(DescribeFleetsRequest request,
AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler) |
Future<DescribeFleetsResult> |
AmazonAppStreamAsync.describeFleetsAsync(DescribeFleetsRequest describeFleetsRequest,
AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler)
If fleet names are provided, this operation describes the specified fleets; otherwise, all the fleets in the
account are described.
|
Future<DescribeFleetsResult> |
AmazonAppStreamAsyncClient.describeFleetsAsync(DescribeFleetsRequest request,
AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFleetsResult> |
AbstractAmazonAppStreamAsync.describeFleetsAsync(DescribeFleetsRequest request,
AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler) |
Future<DescribeFleetsResult> |
AmazonAppStreamAsync.describeFleetsAsync(DescribeFleetsRequest describeFleetsRequest,
AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler)
If fleet names are provided, this operation describes the specified fleets; otherwise, all the fleets in the
account are described.
|
Future<DescribeFleetsResult> |
AmazonAppStreamAsyncClient.describeFleetsAsync(DescribeFleetsRequest request,
AsyncHandler<DescribeFleetsRequest,DescribeFleetsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetsRequest |
DescribeFleetsRequest.clone() |
DescribeFleetsRequest |
DescribeFleetsRequest.withNames(Collection<String> names)
The fleet names to describe.
|
DescribeFleetsRequest |
DescribeFleetsRequest.withNames(String... names)
The fleet names to describe.
|
DescribeFleetsRequest |
DescribeFleetsRequest.withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeFleetsRequest> |
AmazonAppStreamWaiters.fleetStarted()
Builds a FleetStarted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeFleetsRequest> |
AmazonAppStreamWaiters.fleetStopped()
Builds a FleetStopped waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetsResult |
DescribeFleetsFunction.apply(DescribeFleetsRequest describeFleetsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2016. All rights reserved.