| 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<SubscribeResponse> |
CodestarNotificationsAsyncClient.subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest)
Creates an association between a notification rule and an SNS topic so that the associated target can receive
notifications when the events described in the rule are triggered.
|
default SubscribeResponse |
CodestarNotificationsClient.subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest)
Creates an association between a notification rule and an SNS topic so that the associated target can receive
notifications when the events described in the rule are triggered.
|
| Modifier and Type | Method and Description |
|---|---|
SubscribeRequest.Builder |
SubscribeRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
|
static SubscribeRequest.Builder |
SubscribeRequest.builder() |
SubscribeRequest.Builder |
SubscribeRequest.Builder.clientRequestToken(String clientRequestToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
SubscribeRequest.Builder |
SubscribeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SubscribeRequest.Builder |
SubscribeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default SubscribeRequest.Builder |
SubscribeRequest.Builder.target(Consumer<Target.Builder> target)
Sets the value of the Target property for this object.
|
SubscribeRequest.Builder |
SubscribeRequest.Builder.target(Target target)
Sets the value of the Target property for this object.
|
SubscribeRequest.Builder |
SubscribeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubscribeRequest.Builder> |
SubscribeRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.