| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.oam.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttachedLinksResult> |
AbstractAWSOAMAsync.listAttachedLinksAsync(ListAttachedLinksRequest request,
AsyncHandler<ListAttachedLinksRequest,ListAttachedLinksResult> asyncHandler) |
Future<ListAttachedLinksResult> |
AWSOAMAsync.listAttachedLinksAsync(ListAttachedLinksRequest listAttachedLinksRequest,
AsyncHandler<ListAttachedLinksRequest,ListAttachedLinksResult> asyncHandler)
Returns a list of source account links that are linked to this monitoring account sink.
|
Future<ListAttachedLinksResult> |
AWSOAMAsyncClient.listAttachedLinksAsync(ListAttachedLinksRequest request,
AsyncHandler<ListAttachedLinksRequest,ListAttachedLinksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedLinksRequest |
ListAttachedLinksRequest.clone() |
ListAttachedLinksRequest |
ListAttachedLinksRequest.withMaxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListAttachedLinksRequest |
ListAttachedLinksRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
ListAttachedLinksRequest |
ListAttachedLinksRequest.withSinkIdentifier(String sinkIdentifier)
The ARN of the sink that you want to retrieve links for.
|
Copyright © 2023. All rights reserved.