| 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 |
|---|---|
CreateLinkResult |
AbstractAWSOAM.createLink(CreateLinkRequest request) |
CreateLinkResult |
AWSOAMClient.createLink(CreateLinkRequest request)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
CreateLinkResult |
AWSOAM.createLink(CreateLinkRequest createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
Future<CreateLinkResult> |
AWSOAMAsyncClient.createLinkAsync(CreateLinkRequest request) |
Future<CreateLinkResult> |
AbstractAWSOAMAsync.createLinkAsync(CreateLinkRequest request) |
Future<CreateLinkResult> |
AWSOAMAsync.createLinkAsync(CreateLinkRequest createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
Future<CreateLinkResult> |
AWSOAMAsyncClient.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
Future<CreateLinkResult> |
AbstractAWSOAMAsync.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
Future<CreateLinkResult> |
AWSOAMAsync.createLinkAsync(CreateLinkRequest createLinkRequest,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLinkResult> |
AWSOAMAsyncClient.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
Future<CreateLinkResult> |
AbstractAWSOAMAsync.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
Future<CreateLinkResult> |
AWSOAMAsync.createLinkAsync(CreateLinkRequest createLinkRequest,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLinkRequest |
CreateLinkRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLinkRequest |
CreateLinkRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLinkRequest |
CreateLinkRequest.clone() |
CreateLinkRequest |
CreateLinkRequest.withLabelTemplate(String labelTemplate)
Specify a friendly human-readable name to use to identify this source account when you are viewing data from it
in the monitoring account.
|
CreateLinkRequest |
CreateLinkRequest.withResourceTypes(Collection<String> resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring account.
|
CreateLinkRequest |
CreateLinkRequest.withResourceTypes(ResourceType... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring account.
|
CreateLinkRequest |
CreateLinkRequest.withResourceTypes(String... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring account.
|
CreateLinkRequest |
CreateLinkRequest.withSinkIdentifier(String sinkIdentifier)
The ARN of the sink to use to create this link.
|
CreateLinkRequest |
CreateLinkRequest.withTags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the link.
|
Copyright © 2023. All rights reserved.