| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
| com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonRedshiftClient.createTags(CreateTagsRequest createTagsRequest)
Adds one or more tags to a specified resource.
|
void |
AmazonRedshift.createTags(CreateTagsRequest createTagsRequest)
Adds one or more tags to a specified resource.
|
Future<Void> |
AmazonRedshiftAsync.createTagsAsync(CreateTagsRequest createTagsRequest)
Adds one or more tags to a specified resource.
|
Future<Void> |
AmazonRedshiftAsyncClient.createTagsAsync(CreateTagsRequest createTagsRequest)
Adds one or more tags to a specified resource.
|
Future<Void> |
AmazonRedshiftAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Adds one or more tags to a specified resource.
|
Future<Void> |
AmazonRedshiftAsyncClient.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Adds one or more tags to a specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonRedshiftAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Adds one or more tags to a specified resource.
|
Future<Void> |
AmazonRedshiftAsyncClient.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Adds one or more tags to a specified resource.
|
| Modifier and Type | Method and 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(Collection<Tag> tags)
One or more name/value pairs to add as tags to the specified resource.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
One or more name/value pairs to add as tags to the specified resource.
|
Copyright © 2015. All rights reserved.