Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseChimeSdkIdentityClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK identity resource.default UntagResourceResponseChimeSdkIdentityClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK identity resource.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ChimeSdkIdentityAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK identity resource.default CompletableFuture<UntagResourceResponse>ChimeSdkIdentityAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Chime SDK identity resource.
-