Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.chimesdkidentity.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ChimeSdkIdentityAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.chimesdkidentity.transform
Methods in software.amazon.awssdk.services.chimesdkidentity.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-