| 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 UpdateLinkResponse |
OamClient.updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
default CompletableFuture<UpdateLinkResponse> |
OamAsyncClient.updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLinkRequest.Builder |
UpdateLinkRequest.builder() |
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.identifier(String identifier)
The ARN of the link that you want to update.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypes(Collection<ResourceType> resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypes(ResourceType... resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypesWithStrings(Collection<String> resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypesWithStrings(String... resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLinkRequest.Builder> |
UpdateLinkRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.