| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTargetsResponse |
CodestarNotificationsClient.listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Returns a list of the notification rule targets for an Amazon Web Services account.
|
default ListTargetsResponse |
CodestarNotificationsClient.listTargets(ListTargetsRequest listTargetsRequest)
Returns a list of the notification rule targets for an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTargetsResponse> |
CodestarNotificationsAsyncClient.listTargets(Consumer<ListTargetsRequest.Builder> listTargetsRequest)
Returns a list of the notification rule targets for an Amazon Web Services account.
|
default CompletableFuture<ListTargetsResponse> |
CodestarNotificationsAsyncClient.listTargets(ListTargetsRequest listTargetsRequest)
Returns a list of the notification rule targets for an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTargetsResponse> |
ListTargetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTargetsResponse> subscriber) |
Copyright © 2023. All rights reserved.