Interface OamAsyncClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface OamAsyncClient extends AwsClient
Service client for accessing CloudWatch Observability Access Manager asynchronously. This can be created using the staticbuilder()method.The asynchronous client performs non-blocking I/O when configured with anySdkAsyncHttpClientsupported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in some cases such as credentials retrieval and endpoint discovery as part of the async API call.Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring accounts by using CloudWatch cross-account observability. With CloudWatch cross-account observability, you can monitor and troubleshoot applications that span multiple accounts within a Region. Seamlessly search, visualize, and analyze your metrics, logs, traces, and Application Insights applications in any of the linked accounts without account boundaries.
Set up one or more Amazon Web Services accounts as monitoring accounts and link them with multiple source accounts. A monitoring account is a central Amazon Web Services account that can view and interact with observability data generated from source accounts. A source account is an individual Amazon Web Services account that generates observability data for the resources that reside in it. Source accounts share their observability data with the monitoring account. The shared observability data can include metrics in Amazon CloudWatch, logs in Amazon CloudWatch Logs, traces in X-Ray, and applications in Amazon CloudWatch Application Insights.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OamAsyncClientBuilderbuilder()Create a builder that can be used to configure and create aOamAsyncClient.static OamAsyncClientcreate()Create aOamAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CompletableFuture<CreateLinkResponse>createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)Creates a link between a source account and a sink that you have created in a monitoring account.default CompletableFuture<CreateLinkResponse>createLink(CreateLinkRequest createLinkRequest)Creates a link between a source account and a sink that you have created in a monitoring account.default CompletableFuture<CreateSinkResponse>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 CompletableFuture<CreateSinkResponse>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 CompletableFuture<DeleteLinkResponse>deleteLink(Consumer<DeleteLinkRequest.Builder> deleteLinkRequest)Deletes a link between a monitoring account sink and a source account.default CompletableFuture<DeleteLinkResponse>deleteLink(DeleteLinkRequest deleteLinkRequest)Deletes a link between a monitoring account sink and a source account.default CompletableFuture<DeleteSinkResponse>deleteSink(Consumer<DeleteSinkRequest.Builder> deleteSinkRequest)Deletes a sink.default CompletableFuture<DeleteSinkResponse>deleteSink(DeleteSinkRequest deleteSinkRequest)Deletes a sink.default CompletableFuture<GetLinkResponse>getLink(Consumer<GetLinkRequest.Builder> getLinkRequest)Returns complete information about one link.default CompletableFuture<GetLinkResponse>getLink(GetLinkRequest getLinkRequest)Returns complete information about one link.default CompletableFuture<GetSinkResponse>getSink(Consumer<GetSinkRequest.Builder> getSinkRequest)Returns complete information about one monitoring account sink.default CompletableFuture<GetSinkResponse>getSink(GetSinkRequest getSinkRequest)Returns complete information about one monitoring account sink.default CompletableFuture<GetSinkPolicyResponse>getSinkPolicy(Consumer<GetSinkPolicyRequest.Builder> getSinkPolicyRequest)Returns the current sink policy attached to this sink.default CompletableFuture<GetSinkPolicyResponse>getSinkPolicy(GetSinkPolicyRequest getSinkPolicyRequest)Returns the current sink policy attached to this sink.default CompletableFuture<ListAttachedLinksResponse>listAttachedLinks(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink.default CompletableFuture<ListAttachedLinksResponse>listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink.default ListAttachedLinksPublisherlistAttachedLinksPaginator(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)This is a variant oflistAttachedLinks(software.amazon.awssdk.services.oam.model.ListAttachedLinksRequest)operation.default ListAttachedLinksPublisherlistAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest)This is a variant oflistAttachedLinks(software.amazon.awssdk.services.oam.model.ListAttachedLinksRequest)operation.default CompletableFuture<ListLinksResponse>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 CompletableFuture<ListLinksResponse>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 ListLinksPublisherlistLinksPaginator(Consumer<ListLinksRequest.Builder> listLinksRequest)This is a variant oflistLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation.default ListLinksPublisherlistLinksPaginator(ListLinksRequest listLinksRequest)This is a variant oflistLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation.default CompletableFuture<ListSinksResponse>listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account.default CompletableFuture<ListSinksResponse>listSinks(ListSinksRequest listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account.default ListSinksPublisherlistSinksPaginator(Consumer<ListSinksRequest.Builder> listSinksRequest)This is a variant oflistSinks(software.amazon.awssdk.services.oam.model.ListSinksRequest)operation.default ListSinksPublisherlistSinksPaginator(ListSinksRequest listSinksRequest)This is a variant oflistSinks(software.amazon.awssdk.services.oam.model.ListSinksRequest)operation.default CompletableFuture<ListTagsForResourceResponse>listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with a resource.default CompletableFuture<ListTagsForResourceResponse>listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with a resource.default CompletableFuture<PutSinkPolicyResponse>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 CompletableFuture<PutSinkPolicyResponse>putSinkPolicy(PutSinkPolicyRequest putSinkPolicyRequest)Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink.default OamServiceClientConfigurationserviceClientConfiguration()default CompletableFuture<TagResourceResponse>tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default CompletableFuture<TagResourceResponse>tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified resource.default CompletableFuture<UntagResourceResponse>untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.default CompletableFuture<UpdateLinkResponse>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 CompletableFuture<UpdateLinkResponse>updateLink(UpdateLinkRequest updateLinkRequest)Use this operation to change what types of data are shared from a source account to its linked monitoring account sink.-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
createLink
default CompletableFuture<CreateLinkResponse> createLink(CreateLinkRequest createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
Before you create a link, you must create a sink in the monitoring account and create a sink policy in that account. The sink policy must permit the source account to link to it. You can grant permission to source accounts by granting permission to an entire organization or to individual accounts.
For more information, see CreateSink and PutSinkPolicy.
Each monitoring account can be linked to as many as 100,000 source accounts.
Each source account can be linked to as many as five monitoring accounts.
- Parameters:
createLinkRequest-- Returns:
- A Java Future containing the result of the CreateLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- ConflictException A resource was in an inconsistent state during an update or a deletion.
- MissingRequiredParameterException A required parameter is missing from the request.
- ServiceQuotaExceededException The request would cause a service quota to be exceeded.
- InvalidParameterException A parameter is specified incorrectly.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createLink
default CompletableFuture<CreateLinkResponse> createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)
Creates a link between a source account and a sink that you have created in a monitoring account.
Before you create a link, you must create a sink in the monitoring account and create a sink policy in that account. The sink policy must permit the source account to link to it. You can grant permission to source accounts by granting permission to an entire organization or to individual accounts.
For more information, see CreateSink and PutSinkPolicy.
Each monitoring account can be linked to as many as 100,000 source accounts.
Each source account can be linked to as many as five monitoring accounts.
This is a convenience which creates an instance of the
CreateLinkRequest.Builderavoiding the need to create one manually viaCreateLinkRequest.builder()- Parameters:
createLinkRequest- AConsumerthat will call methods onCreateLinkRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- ConflictException A resource was in an inconsistent state during an update or a deletion.
- MissingRequiredParameterException A required parameter is missing from the request.
- ServiceQuotaExceededException The request would cause a service quota to be exceeded.
- InvalidParameterException A parameter is specified incorrectly.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createSink
default CompletableFuture<CreateSinkResponse> 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. A sink is a resource that represents an attachment point in a monitoring account. Source accounts can link to the sink to send observability data.
After you create a sink, you must create a sink policy that allows source accounts to attach to it. For more information, see PutSinkPolicy.
Each account can contain one sink. If you delete a sink, you can then create a new one in that account.
- Parameters:
createSinkRequest-- Returns:
- A Java Future containing the result of the CreateSink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- ConflictException A resource was in an inconsistent state during an update or a deletion.
- MissingRequiredParameterException A required parameter is missing from the request.
- ServiceQuotaExceededException The request would cause a service quota to be exceeded.
- InvalidParameterException A parameter is specified incorrectly.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
createSink
default CompletableFuture<CreateSinkResponse> 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. A sink is a resource that represents an attachment point in a monitoring account. Source accounts can link to the sink to send observability data.
After you create a sink, you must create a sink policy that allows source accounts to attach to it. For more information, see PutSinkPolicy.
Each account can contain one sink. If you delete a sink, you can then create a new one in that account.
This is a convenience which creates an instance of the
CreateSinkRequest.Builderavoiding the need to create one manually viaCreateSinkRequest.builder()- Parameters:
createSinkRequest- AConsumerthat will call methods onCreateSinkRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the CreateSink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- ConflictException A resource was in an inconsistent state during an update or a deletion.
- MissingRequiredParameterException A required parameter is missing from the request.
- ServiceQuotaExceededException The request would cause a service quota to be exceeded.
- InvalidParameterException A parameter is specified incorrectly.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteLink
default CompletableFuture<DeleteLinkResponse> deleteLink(DeleteLinkRequest deleteLinkRequest)
Deletes a link between a monitoring account sink and a source account. You must run this operation in the source account.
- Parameters:
deleteLinkRequest-- Returns:
- A Java Future containing the result of the DeleteLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteLink
default CompletableFuture<DeleteLinkResponse> deleteLink(Consumer<DeleteLinkRequest.Builder> deleteLinkRequest)
Deletes a link between a monitoring account sink and a source account. You must run this operation in the source account.
This is a convenience which creates an instance of the
DeleteLinkRequest.Builderavoiding the need to create one manually viaDeleteLinkRequest.builder()- Parameters:
deleteLinkRequest- AConsumerthat will call methods onDeleteLinkRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteSink
default CompletableFuture<DeleteSinkResponse> deleteSink(DeleteSinkRequest deleteSinkRequest)
Deletes a sink. You must delete all links to a sink before you can delete that sink.
- Parameters:
deleteSinkRequest-- Returns:
- A Java Future containing the result of the DeleteSink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- ConflictException A resource was in an inconsistent state during an update or a deletion.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
deleteSink
default CompletableFuture<DeleteSinkResponse> deleteSink(Consumer<DeleteSinkRequest.Builder> deleteSinkRequest)
Deletes a sink. You must delete all links to a sink before you can delete that sink.
This is a convenience which creates an instance of the
DeleteSinkRequest.Builderavoiding the need to create one manually viaDeleteSinkRequest.builder()- Parameters:
deleteSinkRequest- AConsumerthat will call methods onDeleteSinkRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the DeleteSink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- ConflictException A resource was in an inconsistent state during an update or a deletion.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getLink
default CompletableFuture<GetLinkResponse> getLink(GetLinkRequest getLinkRequest)
Returns complete information about one link.
To use this operation, provide the link ARN. To retrieve a list of link ARNs, use ListLinks.
- Parameters:
getLinkRequest-- Returns:
- A Java Future containing the result of the GetLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getLink
default CompletableFuture<GetLinkResponse> getLink(Consumer<GetLinkRequest.Builder> getLinkRequest)
Returns complete information about one link.
To use this operation, provide the link ARN. To retrieve a list of link ARNs, use ListLinks.
This is a convenience which creates an instance of the
GetLinkRequest.Builderavoiding the need to create one manually viaGetLinkRequest.builder()- Parameters:
getLinkRequest- AConsumerthat will call methods onGetLinkRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSink
default CompletableFuture<GetSinkResponse> getSink(GetSinkRequest getSinkRequest)
Returns complete information about one monitoring account sink.
To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
- Parameters:
getSinkRequest-- Returns:
- A Java Future containing the result of the GetSink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSink
default CompletableFuture<GetSinkResponse> getSink(Consumer<GetSinkRequest.Builder> getSinkRequest)
Returns complete information about one monitoring account sink.
To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
This is a convenience which creates an instance of the
GetSinkRequest.Builderavoiding the need to create one manually viaGetSinkRequest.builder()- Parameters:
getSinkRequest- AConsumerthat will call methods onGetSinkRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetSink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSinkPolicy
default CompletableFuture<GetSinkPolicyResponse> getSinkPolicy(GetSinkPolicyRequest getSinkPolicyRequest)
Returns the current sink policy attached to this sink. The sink policy specifies what accounts can attach to this sink as source accounts, and what types of data they can share.
- Parameters:
getSinkPolicyRequest-- Returns:
- A Java Future containing the result of the GetSinkPolicy operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
getSinkPolicy
default CompletableFuture<GetSinkPolicyResponse> getSinkPolicy(Consumer<GetSinkPolicyRequest.Builder> getSinkPolicyRequest)
Returns the current sink policy attached to this sink. The sink policy specifies what accounts can attach to this sink as source accounts, and what types of data they can share.
This is a convenience which creates an instance of the
GetSinkPolicyRequest.Builderavoiding the need to create one manually viaGetSinkPolicyRequest.builder()- Parameters:
getSinkPolicyRequest- AConsumerthat will call methods onGetSinkPolicyRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the GetSinkPolicy operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAttachedLinks
default CompletableFuture<ListAttachedLinksResponse> listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
To find a list of links for one source account, use ListLinks.
- Parameters:
listAttachedLinksRequest-- Returns:
- A Java Future containing the result of the ListAttachedLinks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAttachedLinks
default CompletableFuture<ListAttachedLinksResponse> listAttachedLinks(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)
Returns a list of source account links that are linked to this monitoring account sink.
To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
To find a list of links for one source account, use ListLinks.
This is a convenience which creates an instance of the
ListAttachedLinksRequest.Builderavoiding the need to create one manually viaListAttachedLinksRequest.builder()- Parameters:
listAttachedLinksRequest- AConsumerthat will call methods onListAttachedLinksRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListAttachedLinks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAttachedLinksPaginator
default ListAttachedLinksPublisher listAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest)
This is a variant of
listAttachedLinks(software.amazon.awssdk.services.oam.model.ListAttachedLinksRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.oam.paginators.ListAttachedLinksPublisher publisher = client.listAttachedLinksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.oam.paginators.ListAttachedLinksPublisher publisher = client.listAttachedLinksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.oam.model.ListAttachedLinksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.oam.model.ListAttachedLinksResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAttachedLinks(software.amazon.awssdk.services.oam.model.ListAttachedLinksRequest)operation.- Parameters:
listAttachedLinksRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listAttachedLinksPaginator
default ListAttachedLinksPublisher listAttachedLinksPaginator(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)
This is a variant of
listAttachedLinks(software.amazon.awssdk.services.oam.model.ListAttachedLinksRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.oam.paginators.ListAttachedLinksPublisher publisher = client.listAttachedLinksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.oam.paginators.ListAttachedLinksPublisher publisher = client.listAttachedLinksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.oam.model.ListAttachedLinksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.oam.model.ListAttachedLinksResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAttachedLinks(software.amazon.awssdk.services.oam.model.ListAttachedLinksRequest)operation.
This is a convenience which creates an instance of the
ListAttachedLinksRequest.Builderavoiding the need to create one manually viaListAttachedLinksRequest.builder()- Parameters:
listAttachedLinksRequest- AConsumerthat will call methods onListAttachedLinksRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLinks
default CompletableFuture<ListLinksResponse> 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.
To find a list of links for one monitoring account sink, use ListAttachedLinks from within the monitoring account.
- Parameters:
listLinksRequest-- Returns:
- A Java Future containing the result of the ListLinks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLinks
default CompletableFuture<ListLinksResponse> 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.
To find a list of links for one monitoring account sink, use ListAttachedLinks from within the monitoring account.
This is a convenience which creates an instance of the
ListLinksRequest.Builderavoiding the need to create one manually viaListLinksRequest.builder()- Parameters:
listLinksRequest- AConsumerthat will call methods onListLinksRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListLinks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLinksPaginator
default ListLinksPublisher listLinksPaginator(ListLinksRequest listLinksRequest)
This is a variant of
listLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.oam.paginators.ListLinksPublisher publisher = client.listLinksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.oam.paginators.ListLinksPublisher publisher = client.listLinksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.oam.model.ListLinksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.oam.model.ListLinksResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation.- Parameters:
listLinksRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listLinksPaginator
default ListLinksPublisher listLinksPaginator(Consumer<ListLinksRequest.Builder> listLinksRequest)
This is a variant of
listLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.oam.paginators.ListLinksPublisher publisher = client.listLinksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.oam.paginators.ListLinksPublisher publisher = client.listLinksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.oam.model.ListLinksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.oam.model.ListLinksResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation.
This is a convenience which creates an instance of the
ListLinksRequest.Builderavoiding the need to create one manually viaListLinksRequest.builder()- Parameters:
listLinksRequest- AConsumerthat will call methods onListLinksRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSinks
default CompletableFuture<ListSinksResponse> listSinks(ListSinksRequest listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
- Parameters:
listSinksRequest-- Returns:
- A Java Future containing the result of the ListSinks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSinks
default CompletableFuture<ListSinksResponse> listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)
Use this operation in a monitoring account to return the list of sinks created in that account.
This is a convenience which creates an instance of the
ListSinksRequest.Builderavoiding the need to create one manually viaListSinksRequest.builder()- Parameters:
listSinksRequest- AConsumerthat will call methods onListSinksRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListSinks operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSinksPaginator
default ListSinksPublisher listSinksPaginator(ListSinksRequest listSinksRequest)
This is a variant of
listSinks(software.amazon.awssdk.services.oam.model.ListSinksRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.oam.paginators.ListSinksPublisher publisher = client.listSinksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.oam.paginators.ListSinksPublisher publisher = client.listSinksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.oam.model.ListSinksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.oam.model.ListSinksResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSinks(software.amazon.awssdk.services.oam.model.ListSinksRequest)operation.- Parameters:
listSinksRequest-- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listSinksPaginator
default ListSinksPublisher listSinksPaginator(Consumer<ListSinksRequest.Builder> listSinksRequest)
This is a variant of
listSinks(software.amazon.awssdk.services.oam.model.ListSinksRequest)operation. The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will internally handle making service calls for you.When the operation is called, an instance of this class is returned. At this point, no service calls are made yet and so there is no guarantee that the request is valid. If there are errors in your request, you will see the failures only after you start streaming the data. The subscribe method should be called as a request to start streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe method will result in a newSubscriptioni.e., a new contract to stream data from the starting request.The following are few ways to use the response class:
1) Using the subscribe helper method
2) Using a custom subscribersoftware.amazon.awssdk.services.oam.paginators.ListSinksPublisher publisher = client.listSinksPaginator(request); CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response }); future.get();
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.software.amazon.awssdk.services.oam.paginators.ListSinksPublisher publisher = client.listSinksPaginator(request); publisher.subscribe(new Subscriber<software.amazon.awssdk.services.oam.model.ListSinksResponse>() { public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... }; public void onNext(software.amazon.awssdk.services.oam.model.ListSinksResponse response) { //... }; });Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSinks(software.amazon.awssdk.services.oam.model.ListSinksRequest)operation.
This is a convenience which creates an instance of the
ListSinksRequest.Builderavoiding the need to create one manually viaListSinksRequest.builder()- Parameters:
listSinksRequest- AConsumerthat will call methods onListSinksRequest.Builderto create a request.- Returns:
- A custom publisher that can be subscribed to request a stream of response pages.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with a resource. Both sinks and links support tagging.
- Parameters:
listTagsForResourceRequest-- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- ValidationException The value of a parameter in the request caused an error.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
listTagsForResource
default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Displays the tags associated with a resource. Both sinks and links support tagging.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the ListTagsForResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- ValidationException The value of a parameter in the request caused an error.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
putSinkPolicy
default CompletableFuture<PutSinkPolicyResponse> putSinkPolicy(PutSinkPolicyRequest putSinkPolicyRequest)
Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink. When you create a sink policy, you can grant permissions to all accounts in an organization or to individual accounts.
You can also use a sink policy to limit the types of data that is shared. The three types that you can allow or deny are:
-
Metrics - Specify with
AWS::CloudWatch::Metric -
Log groups - Specify with
AWS::Logs::LogGroup -
Traces - Specify with
AWS::XRay::Trace -
Application Insights - Applications - Specify with
AWS::ApplicationInsights::Application
See the examples in this section to see how to specify permitted source accounts and data types.
- Parameters:
putSinkPolicyRequest-- Returns:
- A Java Future containing the result of the PutSinkPolicy operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
-
putSinkPolicy
default CompletableFuture<PutSinkPolicyResponse> putSinkPolicy(Consumer<PutSinkPolicyRequest.Builder> putSinkPolicyRequest)
Creates or updates the resource policy that grants permissions to source accounts to link to the monitoring account sink. When you create a sink policy, you can grant permissions to all accounts in an organization or to individual accounts.
You can also use a sink policy to limit the types of data that is shared. The three types that you can allow or deny are:
-
Metrics - Specify with
AWS::CloudWatch::Metric -
Log groups - Specify with
AWS::Logs::LogGroup -
Traces - Specify with
AWS::XRay::Trace -
Application Insights - Applications - Specify with
AWS::ApplicationInsights::Application
See the examples in this section to see how to specify permitted source accounts and data types.
This is a convenience which creates an instance of the
PutSinkPolicyRequest.Builderavoiding the need to create one manually viaPutSinkPolicyRequest.builder()- Parameters:
putSinkPolicyRequest- AConsumerthat will call methods onPutSinkPolicyRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the PutSinkPolicy operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource. Both sinks and links can be tagged.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can use the
TagResourceaction with a resource that already has tags. If you specify a new tag key for the alarm, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces the previous value for that tag.You can associate as many as 50 tags with a resource.
Unlike tagging permissions in other Amazon Web Services services, to tag or untag links and sinks you must have the
oam:ResourceTagpermission. Theiam:ResourceTagpermission does not allow you to tag and untag links and sinks.- Parameters:
tagResourceRequest-- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- ValidationException The value of a parameter in the request caused an error.
- TooManyTagsException A resource can have no more than 50 tags.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
tagResource
default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified resource. Both sinks and links can be tagged.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can use the
TagResourceaction with a resource that already has tags. If you specify a new tag key for the alarm, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces the previous value for that tag.You can associate as many as 50 tags with a resource.
Unlike tagging permissions in other Amazon Web Services services, to tag or untag links and sinks you must have the
oam:ResourceTagpermission. Theiam:ResourceTagpermission does not allow you to tag and untag links and sinks.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the TagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- ValidationException The value of a parameter in the request caused an error.
- TooManyTagsException A resource can have no more than 50 tags.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
Unlike tagging permissions in other Amazon Web Services services, to tag or untag links and sinks you must have the
oam:ResourceTagpermission. Theiam:TagResourcepermission does not allow you to tag and untag links and sinks.- Parameters:
untagResourceRequest-- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- ValidationException The value of a parameter in the request caused an error.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
untagResource
default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
Unlike tagging permissions in other Amazon Web Services services, to tag or untag links and sinks you must have the
oam:ResourceTagpermission. Theiam:TagResourcepermission does not allow you to tag and untag links and sinks.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UntagResource operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- ValidationException The value of a parameter in the request caused an error.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateLink
default CompletableFuture<UpdateLinkResponse> updateLink(UpdateLinkRequest updateLinkRequest)
Use this operation to change what types of data are shared from a source account to its linked monitoring account sink. You can't change the sink or change the monitoring account with this operation.
To update the list of tags associated with the sink, use TagResource.
- Parameters:
updateLinkRequest-- Returns:
- A Java Future containing the result of the UpdateLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
updateLink
default CompletableFuture<UpdateLinkResponse> 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. You can't change the sink or change the monitoring account with this operation.
To update the list of tags associated with the sink, use TagResource.
This is a convenience which creates an instance of the
UpdateLinkRequest.Builderavoiding the need to create one manually viaUpdateLinkRequest.builder()- Parameters:
updateLinkRequest- AConsumerthat will call methods onUpdateLinkRequest.Builderto create a request.- Returns:
- A Java Future containing the result of the UpdateLink operation returned by the service.
The CompletableFuture returned by this method can be completed exceptionally with the following exceptions.- InternalServiceException Unexpected error while processing the request. Retry the request.
- MissingRequiredParameterException A required parameter is missing from the request.
- InvalidParameterException A parameter is specified incorrectly.
- ResourceNotFoundException The request references a resource that does not exist.
- SdkException Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.
- SdkClientException If any client side error occurs such as an IO related failure, failure to get credentials, etc.
- OamException Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.
- See Also:
- AWS API Documentation
-
serviceClientConfiguration
default OamServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
create
static OamAsyncClient create()
Create aOamAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static OamAsyncClientBuilder builder()
Create a builder that can be used to configure and create aOamAsyncClient.
-
-