Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRedshiftServerlessClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to a resource.default ListTagsForResourceResponseRedshiftServerlessClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to a resource.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>RedshiftServerlessAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags assigned to a resource.default CompletableFuture<ListTagsForResourceResponse>RedshiftServerlessAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags assigned to a resource.
-