Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChimeSdkIdentityAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.chimesdkidentity.transform
Methods in software.amazon.awssdk.services.chimesdkidentity.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-