Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>RedshiftServerlessAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags to a resource.default TagResourceResponseRedshiftServerlessClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags to a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.redshiftserverless.transform
Methods in software.amazon.awssdk.services.redshiftserverless.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-