| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb |
WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.
|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTrustStoresResponse> |
WorkSpacesWebAsyncClient.listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)
Retrieves a list of trust stores.
|
default ListTrustStoresResponse |
WorkSpacesWebClient.listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)
Retrieves a list of trust stores.
|
default ListTrustStoresPublisher |
WorkSpacesWebAsyncClient.listTrustStoresPaginator(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)
Retrieves a list of trust stores.
|
default ListTrustStoresIterable |
WorkSpacesWebClient.listTrustStoresPaginator(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)
Retrieves a list of trust stores.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTrustStoresRequest.Builder |
ListTrustStoresRequest.builder() |
ListTrustStoresRequest.Builder |
ListTrustStoresRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListTrustStoresRequest.Builder |
ListTrustStoresRequest.Builder.nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListTrustStoresRequest.Builder |
ListTrustStoresRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTrustStoresRequest.Builder |
ListTrustStoresRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTrustStoresRequest.Builder |
ListTrustStoresRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTrustStoresRequest.Builder> |
ListTrustStoresRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.