| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb |
WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.
|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
ListTrustStoresResult |
AbstractAmazonWorkSpacesWeb.listTrustStores(ListTrustStoresRequest request) |
ListTrustStoresResult |
AmazonWorkSpacesWebClient.listTrustStores(ListTrustStoresRequest request)
Retrieves a list of trust stores.
|
ListTrustStoresResult |
AmazonWorkSpacesWeb.listTrustStores(ListTrustStoresRequest listTrustStoresRequest)
Retrieves a list of trust stores.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTrustStoresResult> |
AmazonWorkSpacesWebAsyncClient.listTrustStoresAsync(ListTrustStoresRequest request,
AsyncHandler<ListTrustStoresRequest,ListTrustStoresResult> asyncHandler) |
Future<ListTrustStoresResult> |
AbstractAmazonWorkSpacesWebAsync.listTrustStoresAsync(ListTrustStoresRequest request,
AsyncHandler<ListTrustStoresRequest,ListTrustStoresResult> asyncHandler) |
Future<ListTrustStoresResult> |
AmazonWorkSpacesWebAsync.listTrustStoresAsync(ListTrustStoresRequest listTrustStoresRequest,
AsyncHandler<ListTrustStoresRequest,ListTrustStoresResult> asyncHandler)
Retrieves a list of trust stores.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrustStoresResult |
ListTrustStoresResult.clone() |
ListTrustStoresResult |
ListTrustStoresResult.withNextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListTrustStoresResult |
ListTrustStoresResult.withTrustStores(Collection<TrustStoreSummary> trustStores)
The trust stores.
|
ListTrustStoresResult |
ListTrustStoresResult.withTrustStores(TrustStoreSummary... trustStores)
The trust stores.
|
Copyright © 2023. All rights reserved.