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