Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseChimeSdkMeetingsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The resource that supports tags.default TagResourceResponseChimeSdkMeetingsClient. tagResource(TagResourceRequest tagResourceRequest)The resource that supports tags.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChimeSdkMeetingsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The resource that supports tags.default CompletableFuture<TagResourceResponse>ChimeSdkMeetingsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)The resource that supports tags.
-