Uses of Class
software.amazon.awssdk.services.redshift.model.CreateTagsResponse
-
Packages that use CreateTagsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateTagsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateTagsResponse Modifier and Type Method Description default CreateTagsResponseRedshiftClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Adds tags to a cluster.default CreateTagsResponseRedshiftClient. createTags(CreateTagsRequest createTagsRequest)Adds tags to a cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateTagsResponse Modifier and Type Method Description default CompletableFuture<CreateTagsResponse>RedshiftAsyncClient. createTags(Consumer<CreateTagsRequest.Builder> createTagsRequest)Adds tags to a cluster.default CompletableFuture<CreateTagsResponse>RedshiftAsyncClient. createTags(CreateTagsRequest createTagsRequest)Adds tags to a cluster.
-