| 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 ListAttachedLinksResponse |
OamClient.listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default CompletableFuture<ListAttachedLinksResponse> |
OamAsyncClient.listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default ListAttachedLinksIterable |
OamClient.listAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default ListAttachedLinksPublisher |
OamAsyncClient.listAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
| Constructor and Description |
|---|
ListAttachedLinksIterable(OamClient client,
ListAttachedLinksRequest firstRequest) |
ListAttachedLinksPublisher(OamAsyncClient client,
ListAttachedLinksRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAttachedLinksRequestMarshaller.marshall(ListAttachedLinksRequest listAttachedLinksRequest) |
Copyright © 2023. All rights reserved.