| 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 ListAttachedLinksResponse |
OamClient.listAttachedLinks(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default ListAttachedLinksResponse |
OamClient.listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttachedLinksResponse> |
OamAsyncClient.listAttachedLinks(Consumer<ListAttachedLinksRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAttachedLinksResponse> |
ListAttachedLinksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttachedLinksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAttachedLinksResponse> subscriber) |
Copyright © 2023. All rights reserved.