Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
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.
|
CreateTagsResult |
AbstractAmazonRedshift.createTags(CreateTagsRequest request) |
Future<CreateTagsResult> |
AmazonRedshiftAsyncClient.createTagsAsync(CreateTagsRequest request) |
Future<CreateTagsResult> |
AmazonRedshiftAsync.createTagsAsync(CreateTagsRequest createTagsRequest)
Adds one or more tags to a specified resource.
|
Future<CreateTagsResult> |
AbstractAmazonRedshiftAsync.createTagsAsync(CreateTagsRequest request) |
Future<CreateTagsResult> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateTagsResult> |
AmazonRedshiftAsyncClient.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> |
AbstractAmazonRedshiftAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
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 © 2018. All rights reserved.