| 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.model |
| 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 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 ListLinksIterable |
OamClient.listLinksPaginator(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 ListLinksPublisher |
OamAsyncClient.listLinksPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLinksRequest.Builder |
ListLinksRequest.builder() |
ListLinksRequest.Builder |
ListLinksRequest.Builder.maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListLinksRequest.Builder |
ListLinksRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
ListLinksRequest.Builder |
ListLinksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLinksRequest.Builder |
ListLinksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLinksRequest.Builder |
ListLinksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLinksRequest.Builder> |
ListLinksRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.