| 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 |
|---|---|
UpdateLinkResult |
AWSOAMClient.updateLink(UpdateLinkRequest request)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
UpdateLinkResult |
AWSOAM.updateLink(UpdateLinkRequest updateLinkRequest)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
UpdateLinkResult |
AbstractAWSOAM.updateLink(UpdateLinkRequest request) |
Future<UpdateLinkResult> |
AbstractAWSOAMAsync.updateLinkAsync(UpdateLinkRequest request) |
Future<UpdateLinkResult> |
AWSOAMAsync.updateLinkAsync(UpdateLinkRequest updateLinkRequest)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
Future<UpdateLinkResult> |
AWSOAMAsyncClient.updateLinkAsync(UpdateLinkRequest request) |
Future<UpdateLinkResult> |
AbstractAWSOAMAsync.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
Future<UpdateLinkResult> |
AWSOAMAsync.updateLinkAsync(UpdateLinkRequest updateLinkRequest,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
Future<UpdateLinkResult> |
AWSOAMAsyncClient.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLinkResult> |
AbstractAWSOAMAsync.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
Future<UpdateLinkResult> |
AWSOAMAsync.updateLinkAsync(UpdateLinkRequest updateLinkRequest,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
Future<UpdateLinkResult> |
AWSOAMAsyncClient.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkRequest |
UpdateLinkRequest.clone() |
UpdateLinkRequest |
UpdateLinkRequest.withIdentifier(String identifier)
The ARN of the link that you want to update.
|
UpdateLinkRequest |
UpdateLinkRequest.withResourceTypes(Collection<String> resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring account.
|
UpdateLinkRequest |
UpdateLinkRequest.withResourceTypes(ResourceType... resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring account.
|
UpdateLinkRequest |
UpdateLinkRequest.withResourceTypes(String... resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring account.
|
Copyright © 2024. All rights reserved.