| 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.
|
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 |
|---|---|
CreateSinkRequest |
CreateSinkRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSinkRequest |
CreateSinkRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSinkRequest |
CreateSinkRequest.clone() |
CreateSinkRequest |
CreateSinkRequest.withName(String name)
A name for the sink.
|
CreateSinkRequest |
CreateSinkRequest.withTags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the link.
|
Copyright © 2023. All rights reserved.