Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.ResourceNotFoundException
-
Packages that use ResourceNotFoundException 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 ResourceNotFoundException in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that throw ResourceNotFoundException 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.default TagResourceResponseChimeSdkMeetingsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The resource that supports tags.default TagResourceResponseChimeSdkMeetingsClient. tagResource(TagResourceRequest tagResourceRequest)The resource that supports tags.default UntagResourceResponseChimeSdkMeetingsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resources.default UntagResourceResponseChimeSdkMeetingsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resources.
-