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