| 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 |
AWSOAMClient.createLink(CreateLinkRequest request)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
CreateLinkResult |
AbstractAWSOAM.createLink(CreateLinkRequest request) |
CreateLinkResult |
AWSOAM.createLink(CreateLinkRequest createLinkRequest)
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) |
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 |
|---|---|
CreateLinkResult |
CreateLinkResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLinkResult |
CreateLinkResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLinkResult |
CreateLinkResult.clone() |
CreateLinkResult |
CreateLinkResult.withArn(String arn)
The ARN of the link that is newly created.
|
CreateLinkResult |
CreateLinkResult.withId(String id)
The random ID string that Amazon Web Services generated as part of the link ARN.
|
CreateLinkResult |
CreateLinkResult.withLabel(String label)
The label that you assigned to this link.
|
CreateLinkResult |
CreateLinkResult.withLabelTemplate(String labelTemplate)
The exact label template that you specified, with the variables not resolved.
|
CreateLinkResult |
CreateLinkResult.withResourceTypes(Collection<String> resourceTypes)
The resource types supported by this link.
|
CreateLinkResult |
CreateLinkResult.withResourceTypes(String... resourceTypes)
The resource types supported by this link.
|
CreateLinkResult |
CreateLinkResult.withSinkArn(String sinkArn)
The ARN of the sink that is used for this link.
|
CreateLinkResult |
CreateLinkResult.withTags(Map<String,String> tags)
The tags assigned to the link.
|
Copyright © 2024. All rights reserved.