| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift |
|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTagsResponse |
RedshiftClient.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Returns a list of tags.
|
default CompletableFuture<DescribeTagsResponse> |
RedshiftAsyncClient.describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Returns a list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeTagsRequest.Builder |
DescribeTagsRequest.builder() |
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.maxRecords(Integer maxRecords)
The maximum number or response records to return in each call.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.resourceName(String resourceName)
The Amazon Resource Name (ARN) for which you want to describe the tag or tags.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.resourceType(String resourceType)
The type of resource with which you want to view tags.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.tagKeys(Collection<String> tagKeys)
A tag key or keys for which you want to return all matching resources that are associated with the specified
key or keys.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.tagKeys(String... tagKeys)
A tag key or keys for which you want to return all matching resources that are associated with the specified
key or keys.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.tagValues(Collection<String> tagValues)
A tag value or values for which you want to return all matching resources that are associated with the
specified value or values.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.Builder.tagValues(String... tagValues)
A tag value or values for which you want to return all matching resources that are associated with the
specified value or values.
|
DescribeTagsRequest.Builder |
DescribeTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeTagsRequest.Builder> |
DescribeTagsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.