Uses of Class
software.amazon.awssdk.services.dax.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDaxClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of tags from a DAX resource.default UntagResourceResponseDaxClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a DAX resource.Methods in software.amazon.awssdk.services.dax that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DaxAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association of tags from a DAX resource.default CompletableFuture<UntagResourceResponse>DaxAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association of tags from a DAX resource.
-