| Package | Description |
|---|---|
| software.amazon.awssdk.services.oam |
Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring
accounts by using CloudWatch cross-account observability.
|
| software.amazon.awssdk.services.oam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSinksResponse |
OamClient.listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default ListSinksResponse |
OamClient.listSinks(ListSinksRequest listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSinksResponse> |
OamAsyncClient.listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default CompletableFuture<ListSinksResponse> |
OamAsyncClient.listSinks(ListSinksRequest listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSinksResponse> |
ListSinksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSinksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSinksResponse> subscriber) |
Copyright © 2023. All rights reserved.