| Package | Description |
|---|---|
| com.amazonaws.services.mediastore |
An AWS Elemental MediaStore container is a namespace that holds folders and objects.
|
| com.amazonaws.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListContainersResult> |
AWSMediaStoreAsyncClient.listContainersAsync(ListContainersRequest request,
AsyncHandler<ListContainersRequest,ListContainersResult> asyncHandler) |
Future<ListContainersResult> |
AbstractAWSMediaStoreAsync.listContainersAsync(ListContainersRequest request,
AsyncHandler<ListContainersRequest,ListContainersResult> asyncHandler) |
Future<ListContainersResult> |
AWSMediaStoreAsync.listContainersAsync(ListContainersRequest listContainersRequest,
AsyncHandler<ListContainersRequest,ListContainersResult> asyncHandler)
Lists the properties of all containers in AWS Elemental MediaStore.
|
| Modifier and Type | Method and Description |
|---|---|
ListContainersRequest |
ListContainersRequest.clone() |
ListContainersRequest |
ListContainersRequest.withMaxResults(Integer maxResults)
Enter the maximum number of containers in the response.
|
ListContainersRequest |
ListContainersRequest.withNextToken(String nextToken)
Only if you used
MaxResults in the first command, enter the token (which was included in the
previous response) to obtain the next set of containers. |
Copyright © 2023. All rights reserved.