Uses of Class
com.amazonaws.services.redshift.model.CreateTagsRequest
Packages that use CreateTagsRequest
-
Uses of CreateTagsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateTagsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.createTags
(CreateTagsRequest request) AmazonRedshift.createTags
(CreateTagsRequest createTagsRequest) Adds one or more tags to a specified resource.AmazonRedshiftClient.createTags
(CreateTagsRequest createTagsRequest) Adds one or more tags to a specified resource.AbstractAmazonRedshiftAsync.createTagsAsync
(CreateTagsRequest request) AbstractAmazonRedshiftAsync.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) AmazonRedshiftAsync.createTagsAsync
(CreateTagsRequest createTagsRequest) Adds one or more tags to a specified resource.AmazonRedshiftAsync.createTagsAsync
(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Adds one or more tags to a specified resource.AmazonRedshiftAsyncClient.createTagsAsync
(CreateTagsRequest request) AmazonRedshiftAsyncClient.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type CreateTagsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) AmazonRedshiftAsync.createTagsAsync
(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) Adds one or more tags to a specified resource.AmazonRedshiftAsyncClient.createTagsAsync
(CreateTagsRequest request, AsyncHandler<CreateTagsRequest, CreateTagsResult> asyncHandler) -
Uses of CreateTagsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateTagsRequestModifier and TypeMethodDescriptionCreateTagsRequest.clone()
CreateTagsRequest.withResourceName
(String resourceName) The Amazon Resource Name (ARN) to which you want to add the tag or tags.One or more name/value pairs to add as tags to the specified resource.CreateTagsRequest.withTags
(Collection<Tag> tags) One or more name/value pairs to add as tags to the specified resource.