| 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 ListSinksResponse |
OamClient.listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default CompletableFuture<ListSinksResponse> |
OamAsyncClient.listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default ListSinksIterable |
OamClient.listSinksPaginator(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default ListSinksPublisher |
OamAsyncClient.listSinksPaginator(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSinksRequest.Builder |
ListSinksRequest.builder() |
ListSinksRequest.Builder |
ListSinksRequest.Builder.maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListSinksRequest.Builder |
ListSinksRequest.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
ListSinksRequest.Builder |
ListSinksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSinksRequest.Builder |
ListSinksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSinksRequest.Builder |
ListSinksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSinksRequest.Builder> |
ListSinksRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.