| 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) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLinkResult> |
AbstractAWSOAMAsync.updateLinkAsync(UpdateLinkRequest request) |
Future<UpdateLinkResult> |
AWSOAMAsyncClient.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> |
AbstractAWSOAMAsync.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
Future<UpdateLinkResult> |
AWSOAMAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLinkResult> |
AbstractAWSOAMAsync.updateLinkAsync(UpdateLinkRequest request,
AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler) |
Future<UpdateLinkResult> |
AWSOAMAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkResult |
UpdateLinkResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateLinkResult |
UpdateLinkResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateLinkResult |
UpdateLinkResult.clone() |
UpdateLinkResult |
UpdateLinkResult.withArn(String arn)
The ARN of the link that you have updated.
|
UpdateLinkResult |
UpdateLinkResult.withId(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
UpdateLinkResult |
UpdateLinkResult.withLabel(String label)
The label assigned to this link, with the variables resolved to their actual values.
|
UpdateLinkResult |
UpdateLinkResult.withLabelTemplate(String labelTemplate)
The exact label template that was specified when the link was created, with the template variables not resolved.
|
UpdateLinkResult |
UpdateLinkResult.withResourceTypes(Collection<String> resourceTypes)
The resource types now supported by this link.
|
UpdateLinkResult |
UpdateLinkResult.withResourceTypes(String... resourceTypes)
The resource types now supported by this link.
|
UpdateLinkResult |
UpdateLinkResult.withSinkArn(String sinkArn)
The ARN of the sink that is used for this link.
|
UpdateLinkResult |
UpdateLinkResult.withTags(Map<String,String> tags)
The tags assigned to the link.
|
Copyright © 2023. All rights reserved.