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) |
|
default ListAttachedLinksIterable |
OamClient.listAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest) |
|
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.
|