Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.chimesdkvoice The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseChimeSdkVoiceClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags in a given resource.default ListTagsForResourceResponseChimeSdkVoiceClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags in a given resource.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ChimeSdkVoiceAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags in a given resource.default CompletableFuture<ListTagsForResourceResponse>ChimeSdkVoiceAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags in a given resource.
-