Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.ListTagsResponse
-
Packages that use ListTagsResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.paginators -
-
Uses of ListTagsResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return ListTagsResponse Modifier and Type Method Description default ListTagsResponseAlexaForBusinessClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Deprecated.Alexa For Business is no longer supporteddefault ListTagsResponseAlexaForBusinessClient. listTags(ListTagsRequest listTagsRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type ListTagsResponse Modifier and Type Method Description default CompletableFuture<ListTagsResponse>AlexaForBusinessAsyncClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<ListTagsResponse>AlexaForBusinessAsyncClient. listTags(ListTagsRequest listTagsRequest)Deprecated.Alexa For Business is no longer supported -
Uses of ListTagsResponse in software.amazon.awssdk.services.alexaforbusiness.paginators
Methods in software.amazon.awssdk.services.alexaforbusiness.paginators that return types with arguments of type ListTagsResponse Modifier and Type Method Description Iterator<ListTagsResponse>ListTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.alexaforbusiness.paginators with type arguments of type ListTagsResponse Modifier and Type Method Description voidListTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsResponse> subscriber)
-