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