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