Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.chimesdkmeetings The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseChimeSdkMeetingsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags available for the specified resource.default ListTagsForResourceResponseChimeSdkMeetingsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags available for the specified resource.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ChimeSdkMeetingsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags available for the specified resource.default CompletableFuture<ListTagsForResourceResponse>ChimeSdkMeetingsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags available for the specified resource.
-