| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications |
This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data
types for the AWS CodeStar Notifications API.
|
| software.amazon.awssdk.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsForResourceResponse> |
CodestarNotificationsAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags associated with a notification rule.
|
default ListTagsForResourceResponse |
CodestarNotificationsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags associated with a notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) for the notification rule.
|
static ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.builder() |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForResourceRequest.Builder> |
ListTagsForResourceRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.