@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface RumAsyncClient extends SdkClient
builder()
method.
With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web application performance from actual user sessions in real time. The data collected includes page load times, client-side errors, and user behavior. When you view this data, you can see it all aggregated together and also see breakdowns by the browsers and devices that your customers use.
<p>You can use the collected data to quickly identify and debug client-side performance issues. CloudWatch RUM helps you visualize anomalies in your application performance and find relevant debugging data such as error messages, stack traces, and user sessions. You can also use RUM to understand the range of end-user impact including the number of users, geolocations, and browsers used.</p>
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static RumAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
RumAsyncClient. |
static RumAsyncClient |
create()
Create a
RumAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateAppMonitorResponse> |
createAppMonitor(Consumer<CreateAppMonitorRequest.Builder> createAppMonitorRequest)
Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that
data to RUM.
|
default CompletableFuture<CreateAppMonitorResponse> |
createAppMonitor(CreateAppMonitorRequest createAppMonitorRequest)
Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that
data to RUM.
|
default CompletableFuture<DeleteAppMonitorResponse> |
deleteAppMonitor(Consumer<DeleteAppMonitorRequest.Builder> deleteAppMonitorRequest)
Deletes an existing app monitor.
|
default CompletableFuture<DeleteAppMonitorResponse> |
deleteAppMonitor(DeleteAppMonitorRequest deleteAppMonitorRequest)
Deletes an existing app monitor.
|
default CompletableFuture<GetAppMonitorResponse> |
getAppMonitor(Consumer<GetAppMonitorRequest.Builder> getAppMonitorRequest)
Retrieves the complete configuration information for one app monitor.
|
default CompletableFuture<GetAppMonitorResponse> |
getAppMonitor(GetAppMonitorRequest getAppMonitorRequest)
Retrieves the complete configuration information for one app monitor.
|
default CompletableFuture<GetAppMonitorDataResponse> |
getAppMonitorData(Consumer<GetAppMonitorDataRequest.Builder> getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
default CompletableFuture<GetAppMonitorDataResponse> |
getAppMonitorData(GetAppMonitorDataRequest getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
default GetAppMonitorDataPublisher |
getAppMonitorDataPaginator(Consumer<GetAppMonitorDataRequest.Builder> getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
default GetAppMonitorDataPublisher |
getAppMonitorDataPaginator(GetAppMonitorDataRequest getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
default CompletableFuture<ListAppMonitorsResponse> |
listAppMonitors(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default CompletableFuture<ListAppMonitorsResponse> |
listAppMonitors(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default ListAppMonitorsPublisher |
listAppMonitorsPaginator(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default ListAppMonitorsPublisher |
listAppMonitorsPaginator(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Displays the tags associated with a CloudWatch RUM resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with a CloudWatch RUM resource.
|
default CompletableFuture<PutRumEventsResponse> |
putRumEvents(Consumer<PutRumEventsRequest.Builder> putRumEventsRequest)
Sends telemetry events about your application performance and user behavior to CloudWatch RUM.
|
default CompletableFuture<PutRumEventsResponse> |
putRumEvents(PutRumEventsRequest putRumEventsRequest)
Sends telemetry events about your application performance and user behavior to CloudWatch RUM.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM 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<UpdateAppMonitorResponse> |
updateAppMonitor(Consumer<UpdateAppMonitorRequest.Builder> updateAppMonitorRequest)
Updates the configuration of an existing app monitor.
|
default CompletableFuture<UpdateAppMonitorResponse> |
updateAppMonitor(UpdateAppMonitorRequest updateAppMonitorRequest)
Updates the configuration of an existing app monitor.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static RumAsyncClient create()
RumAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static RumAsyncClientBuilder builder()
RumAsyncClient.default CompletableFuture<CreateAppMonitorResponse> createAppMonitor(CreateAppMonitorRequest createAppMonitorRequest)
Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.
You use this operation only to create a new app monitor. To update an existing app monitor, use UpdateAppMonitor instead.
After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?
createAppMonitorRequest - default CompletableFuture<CreateAppMonitorResponse> createAppMonitor(Consumer<CreateAppMonitorRequest.Builder> createAppMonitorRequest)
Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.
You use this operation only to create a new app monitor. To update an existing app monitor, use UpdateAppMonitor instead.
After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?
This is a convenience which creates an instance of the CreateAppMonitorRequest.Builder avoiding the need
to create one manually via CreateAppMonitorRequest.builder()
createAppMonitorRequest - A Consumer that will call methods on CreateAppMonitorRequest.Builder to create a request.default CompletableFuture<DeleteAppMonitorResponse> deleteAppMonitor(DeleteAppMonitorRequest deleteAppMonitorRequest)
Deletes an existing app monitor. This immediately stops the collection of data.
deleteAppMonitorRequest - default CompletableFuture<DeleteAppMonitorResponse> deleteAppMonitor(Consumer<DeleteAppMonitorRequest.Builder> deleteAppMonitorRequest)
Deletes an existing app monitor. This immediately stops the collection of data.
This is a convenience which creates an instance of the DeleteAppMonitorRequest.Builder avoiding the need
to create one manually via DeleteAppMonitorRequest.builder()
deleteAppMonitorRequest - A Consumer that will call methods on DeleteAppMonitorRequest.Builder to create a request.default CompletableFuture<GetAppMonitorResponse> getAppMonitor(GetAppMonitorRequest getAppMonitorRequest)
Retrieves the complete configuration information for one app monitor.
getAppMonitorRequest - default CompletableFuture<GetAppMonitorResponse> getAppMonitor(Consumer<GetAppMonitorRequest.Builder> getAppMonitorRequest)
Retrieves the complete configuration information for one app monitor.
This is a convenience which creates an instance of the GetAppMonitorRequest.Builder avoiding the need to
create one manually via GetAppMonitorRequest.builder()
getAppMonitorRequest - A Consumer that will call methods on GetAppMonitorRequest.Builder to create a request.default CompletableFuture<GetAppMonitorDataResponse> getAppMonitorData(GetAppMonitorDataRequest getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.
getAppMonitorDataRequest - default CompletableFuture<GetAppMonitorDataResponse> getAppMonitorData(Consumer<GetAppMonitorDataRequest.Builder> getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.
This is a convenience which creates an instance of the GetAppMonitorDataRequest.Builder avoiding the need
to create one manually via GetAppMonitorDataRequest.builder()
getAppMonitorDataRequest - A Consumer that will call methods on GetAppMonitorDataRequest.Builder to create a request.default GetAppMonitorDataPublisher getAppMonitorDataPaginator(GetAppMonitorDataRequest getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.
This is a variant of
getAppMonitorData(software.amazon.awssdk.services.rum.model.GetAppMonitorDataRequest) 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 new Subscription i.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
software.amazon.awssdk.services.rum.paginators.GetAppMonitorDataPublisher publisher = client.getAppMonitorDataPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.rum.paginators.GetAppMonitorDataPublisher publisher = client.getAppMonitorDataPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.rum.model.GetAppMonitorDataResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.rum.model.GetAppMonitorDataResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
getAppMonitorData(software.amazon.awssdk.services.rum.model.GetAppMonitorDataRequest) operation.
getAppMonitorDataRequest - default GetAppMonitorDataPublisher getAppMonitorDataPaginator(Consumer<GetAppMonitorDataRequest.Builder> getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.
This is a variant of
getAppMonitorData(software.amazon.awssdk.services.rum.model.GetAppMonitorDataRequest) 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 new Subscription i.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
software.amazon.awssdk.services.rum.paginators.GetAppMonitorDataPublisher publisher = client.getAppMonitorDataPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.rum.paginators.GetAppMonitorDataPublisher publisher = client.getAppMonitorDataPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.rum.model.GetAppMonitorDataResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.rum.model.GetAppMonitorDataResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
getAppMonitorData(software.amazon.awssdk.services.rum.model.GetAppMonitorDataRequest) operation.
This is a convenience which creates an instance of the GetAppMonitorDataRequest.Builder avoiding the need
to create one manually via GetAppMonitorDataRequest.builder()
getAppMonitorDataRequest - A Consumer that will call methods on GetAppMonitorDataRequest.Builder to create a request.default CompletableFuture<ListAppMonitorsResponse> listAppMonitors(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
listAppMonitorsRequest - default CompletableFuture<ListAppMonitorsResponse> listAppMonitors(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
This is a convenience which creates an instance of the ListAppMonitorsRequest.Builder avoiding the need
to create one manually via ListAppMonitorsRequest.builder()
listAppMonitorsRequest - A Consumer that will call methods on ListAppMonitorsRequest.Builder to create a request.default ListAppMonitorsPublisher listAppMonitorsPaginator(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
This is a variant of listAppMonitors(software.amazon.awssdk.services.rum.model.ListAppMonitorsRequest)
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 new Subscription i.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
software.amazon.awssdk.services.rum.paginators.ListAppMonitorsPublisher publisher = client.listAppMonitorsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.rum.paginators.ListAppMonitorsPublisher publisher = client.listAppMonitorsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.rum.model.ListAppMonitorsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.rum.model.ListAppMonitorsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listAppMonitors(software.amazon.awssdk.services.rum.model.ListAppMonitorsRequest) operation.
listAppMonitorsRequest - default ListAppMonitorsPublisher listAppMonitorsPaginator(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
This is a variant of listAppMonitors(software.amazon.awssdk.services.rum.model.ListAppMonitorsRequest)
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 new Subscription i.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
software.amazon.awssdk.services.rum.paginators.ListAppMonitorsPublisher publisher = client.listAppMonitorsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.rum.paginators.ListAppMonitorsPublisher publisher = client.listAppMonitorsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.rum.model.ListAppMonitorsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.rum.model.ListAppMonitorsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
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
listAppMonitors(software.amazon.awssdk.services.rum.model.ListAppMonitorsRequest) operation.
This is a convenience which creates an instance of the ListAppMonitorsRequest.Builder avoiding the need
to create one manually via ListAppMonitorsRequest.builder()
listAppMonitorsRequest - A Consumer that will call methods on ListAppMonitorsRequest.Builder to create a request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with a CloudWatch RUM resource.
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Displays the tags associated with a CloudWatch RUM resource.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.default CompletableFuture<PutRumEventsResponse> putRumEvents(PutRumEventsRequest putRumEventsRequest)
Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet
that RUM generates for you to add to your application includes PutRumEvents operations to send this
data to RUM.
Each PutRumEvents operation can send a batch of events from one user session.
putRumEventsRequest - default CompletableFuture<PutRumEventsResponse> putRumEvents(Consumer<PutRumEventsRequest.Builder> putRumEventsRequest)
Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet
that RUM generates for you to add to your application includes PutRumEvents operations to send this
data to RUM.
Each PutRumEvents operation can send a batch of events from one user session.
This is a convenience which creates an instance of the PutRumEventsRequest.Builder avoiding the need to
create one manually via PutRumEventsRequest.builder()
putRumEventsRequest - A Consumer that will call methods on PutRumEventsRequest.Builder to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently, the only resources that can be tagged app monitors.
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 TagResource action with a resource that already has tags. If you specify a new tag
key for the resource, 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 resource, 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.
For more information, see Tagging Amazon Web Services resources.
tagResourceRequest - default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently, the only resources that can be tagged app monitors.
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 TagResource action with a resource that already has tags. If you specify a new tag
key for the resource, 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 resource, 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.
For more information, see Tagging Amazon Web Services resources.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.default CompletableFuture<UpdateAppMonitorResponse> updateAppMonitor(UpdateAppMonitorRequest updateAppMonitorRequest)
Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor configuration that you specify in this operation are changed. For any parameters that you omit, the existing values are kept.
You can't use this operation to change the tags of an existing app monitor. To change the tags of an existing app monitor, use TagResource.
To create a new app monitor, use CreateAppMonitor.
After you update an app monitor, sign in to the CloudWatch RUM console to get the updated JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?
updateAppMonitorRequest - default CompletableFuture<UpdateAppMonitorResponse> updateAppMonitor(Consumer<UpdateAppMonitorRequest.Builder> updateAppMonitorRequest)
Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor configuration that you specify in this operation are changed. For any parameters that you omit, the existing values are kept.
You can't use this operation to change the tags of an existing app monitor. To change the tags of an existing app monitor, use TagResource.
To create a new app monitor, use CreateAppMonitor.
After you update an app monitor, sign in to the CloudWatch RUM console to get the updated JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?
This is a convenience which creates an instance of the UpdateAppMonitorRequest.Builder avoiding the need
to create one manually via UpdateAppMonitorRequest.builder()
updateAppMonitorRequest - A Consumer that will call methods on UpdateAppMonitorRequest.Builder to create a request.Copyright © 2022. All rights reserved.