| 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 ListLinksResponse |
OamClient.listLinks(Consumer<ListLinksRequest.Builder> listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
default ListLinksResponse |
OamClient.listLinks(ListLinksRequest listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLinksResponse> |
OamAsyncClient.listLinks(Consumer<ListLinksRequest.Builder> listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
default CompletableFuture<ListLinksResponse> |
OamAsyncClient.listLinks(ListLinksRequest listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLinksResponse> |
ListLinksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLinksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLinksResponse> subscriber) |
Copyright © 2023. All rights reserved.