Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.chimesdkidentity The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseChimeSdkIdentityClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags applied to an Amazon Chime SDK identity resource.default ListTagsForResourceResponseChimeSdkIdentityClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags applied to an Amazon Chime SDK identity resource.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ChimeSdkIdentityAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags applied to an Amazon Chime SDK identity resource.default CompletableFuture<ListTagsForResourceResponse>ChimeSdkIdentityAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags applied to an Amazon Chime SDK identity resource.
-