| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness |
Alexa for Business helps you use Alexa in your organization.
|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsResponse> |
AlexaForBusinessAsyncClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists all tags for the specified resource.
|
default ListTagsResponse |
AlexaForBusinessClient.listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists all tags for the specified resource.
|
default ListTagsPublisher |
AlexaForBusinessAsyncClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists all tags for the specified resource.
|
default ListTagsIterable |
AlexaForBusinessClient.listTagsPaginator(Consumer<ListTagsRequest.Builder> listTagsRequest)
Lists all tags for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest.Builder |
ListTagsRequest.Builder.arn(String arn)
The ARN of the specified resource for which to list tags.
|
static ListTagsRequest.Builder |
ListTagsRequest.builder() |
ListTagsRequest.Builder |
ListTagsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.nextToken(String nextToken)
An optional token returned from a prior request.
|
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsRequest.Builder |
ListTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsRequest.Builder |
ListTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsRequest.Builder> |
ListTagsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.