| 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 | |
| software.amazon.awssdk.services.oam.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListLinksIterable |
OamClient.listLinksPaginator(ListLinksRequest listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
default ListLinksPublisher |
OamAsyncClient.listLinksPaginator(ListLinksRequest listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
| Constructor and Description |
|---|
ListLinksIterable(OamClient client,
ListLinksRequest firstRequest) |
ListLinksPublisher(OamAsyncClient client,
ListLinksRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListLinksRequestMarshaller.marshall(ListLinksRequest listLinksRequest) |
Copyright © 2023. All rights reserved.