Uses of Class
software.amazon.awssdk.services.dsql.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.dsql This is an interface reference for Amazon Aurora DSQL.software.amazon.awssdk.services.dsql.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.dsql
Methods in software.amazon.awssdk.services.dsql with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DsqlAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource with a map of key and value pairs.default TagResourceResponseDsqlClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource with a map of key and value pairs. -
Uses of TagResourceRequest in software.amazon.awssdk.services.dsql.transform
Methods in software.amazon.awssdk.services.dsql.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-