Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseChimeSdkIdentityClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK identity resource.default TagResourceResponseChimeSdkIdentityClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK identity resource.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChimeSdkIdentityAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK identity resource.default CompletableFuture<TagResourceResponse>ChimeSdkIdentityAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified Amazon Chime SDK identity resource.
-