| 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 |
|---|---|
CreateSinkResult |
AbstractAWSOAM.createSink(CreateSinkRequest request) |
CreateSinkResult |
AWSOAMClient.createSink(CreateSinkRequest request)
Use this to create a sink in the current account, so that it can be used as a monitoring account in
CloudWatch cross-account observability.
|
CreateSinkResult |
AWSOAM.createSink(CreateSinkRequest createSinkRequest)
Use this to create a sink in the current account, so that it can be used as a monitoring account in
CloudWatch cross-account observability.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSinkResult> |
AbstractAWSOAMAsync.createSinkAsync(CreateSinkRequest request) |
Future<CreateSinkResult> |
AWSOAMAsyncClient.createSinkAsync(CreateSinkRequest request) |
Future<CreateSinkResult> |
AWSOAMAsync.createSinkAsync(CreateSinkRequest createSinkRequest)
Use this to create a sink in the current account, so that it can be used as a monitoring account in
CloudWatch cross-account observability.
|
Future<CreateSinkResult> |
AbstractAWSOAMAsync.createSinkAsync(CreateSinkRequest request,
AsyncHandler<CreateSinkRequest,CreateSinkResult> asyncHandler) |
Future<CreateSinkResult> |
AWSOAMAsyncClient.createSinkAsync(CreateSinkRequest request,
AsyncHandler<CreateSinkRequest,CreateSinkResult> asyncHandler) |
Future<CreateSinkResult> |
AWSOAMAsync.createSinkAsync(CreateSinkRequest createSinkRequest,
AsyncHandler<CreateSinkRequest,CreateSinkResult> asyncHandler)
Use this to create a sink in the current account, so that it can be used as a monitoring account in
CloudWatch cross-account observability.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSinkResult> |
AbstractAWSOAMAsync.createSinkAsync(CreateSinkRequest request,
AsyncHandler<CreateSinkRequest,CreateSinkResult> asyncHandler) |
Future<CreateSinkResult> |
AWSOAMAsyncClient.createSinkAsync(CreateSinkRequest request,
AsyncHandler<CreateSinkRequest,CreateSinkResult> asyncHandler) |
Future<CreateSinkResult> |
AWSOAMAsync.createSinkAsync(CreateSinkRequest createSinkRequest,
AsyncHandler<CreateSinkRequest,CreateSinkResult> asyncHandler)
Use this to create a sink in the current account, so that it can be used as a monitoring account in
CloudWatch cross-account observability.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSinkResult |
CreateSinkResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSinkResult |
CreateSinkResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSinkResult |
CreateSinkResult.clone() |
CreateSinkResult |
CreateSinkResult.withArn(String arn)
The ARN of the sink that is newly created.
|
CreateSinkResult |
CreateSinkResult.withId(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
CreateSinkResult |
CreateSinkResult.withName(String name)
The name of the sink.
|
CreateSinkResult |
CreateSinkResult.withTags(Map<String,String> tags)
The tags assigned to the sink.
|
Copyright © 2022. All rights reserved.