| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateLinkResponse |
OamClient.createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
default CreateLinkResponse |
OamClient.createLink(CreateLinkRequest createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
|
default CreateSinkResponse |
OamClient.createSink(Consumer<CreateSinkRequest.Builder> 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.
|
default CreateSinkResponse |
OamClient.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.
|
default DeleteLinkResponse |
OamClient.deleteLink(Consumer<DeleteLinkRequest.Builder> deleteLinkRequest)
Deletes a link between a monitoring account sink and a source account.
|
default DeleteLinkResponse |
OamClient.deleteLink(DeleteLinkRequest deleteLinkRequest)
Deletes a link between a monitoring account sink and a source account.
|
default DeleteSinkResponse |
OamClient.deleteSink(Consumer<DeleteSinkRequest.Builder> deleteSinkRequest)
Deletes a sink.
|
default DeleteSinkResponse |
OamClient.deleteSink(DeleteSinkRequest deleteSinkRequest)
Deletes a sink.
|
default GetLinkResponse |
OamClient.getLink(Consumer<GetLinkRequest.Builder> getLinkRequest)
Returns complete information about one link.
|
default GetLinkResponse |
OamClient.getLink(GetLinkRequest getLinkRequest)
Returns complete information about one link.
|
default GetSinkResponse |
OamClient.getSink(Consumer<GetSinkRequest.Builder> getSinkRequest)
Returns complete information about one monitoring account sink.
|
default GetSinkResponse |
OamClient.getSink(GetSinkRequest getSinkRequest)
Returns complete information about one monitoring account sink.
|
default GetSinkPolicyResponse |
OamClient.getSinkPolicy(Consumer<GetSinkPolicyRequest.Builder> getSinkPolicyRequest)
Returns the current sink policy attached to this sink.
|
default GetSinkPolicyResponse |
OamClient.getSinkPolicy(GetSinkPolicyRequest getSinkPolicyRequest)
Returns the current sink policy attached to this sink.
|
default ListAttachedLinksResponse |
OamClient.listAttachedLinks(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default ListAttachedLinksResponse |
OamClient.listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default ListAttachedLinksIterable |
OamClient.listAttachedLinksPaginator(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default ListAttachedLinksIterable |
OamClient.listAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
|
default ListLinksResponse |
OamClient.listLinks(Consumer<ListLinksRequest.Builder> listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
default ListLinksResponse |
OamClient.listLinks(ListLinksRequest listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
default ListLinksIterable |
OamClient.listLinksPaginator(Consumer<ListLinksRequest.Builder> listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
default ListLinksIterable |
OamClient.listLinksPaginator(ListLinksRequest listLinksRequest)
Use this operation in a source account to return a list of links to monitoring account sinks that this source
account has.
|
default ListSinksResponse |
OamClient.listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default ListSinksResponse |
OamClient.listSinks(ListSinksRequest listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default ListSinksIterable |
OamClient.listSinksPaginator(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default ListSinksIterable |
OamClient.listSinksPaginator(ListSinksRequest listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
|
default PutSinkPolicyResponse |
OamClient.putSinkPolicy(Consumer<PutSinkPolicyRequest.Builder> putSinkPolicyRequest)
Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring
account sink.
|
default PutSinkPolicyResponse |
OamClient.putSinkPolicy(PutSinkPolicyRequest putSinkPolicyRequest)
Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring
account sink.
|
default UpdateLinkResponse |
OamClient.updateLink(Consumer<UpdateLinkRequest.Builder> updateLinkRequest)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
default UpdateLinkResponse |
OamClient.updateLink(UpdateLinkRequest updateLinkRequest)
Use this operation to change what types of data are shared from a source account to its linked monitoring account
sink.
|
Copyright © 2023. All rights reserved.