Uses of Class
software.amazon.awssdk.services.dax.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseDaxClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a DAX resource.default TagResourceResponseDaxClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a DAX resource.Methods in software.amazon.awssdk.services.dax that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DaxAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a DAX resource.default CompletableFuture<TagResourceResponse>DaxAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a DAX resource.
-