| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch |
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time.
|
| Modifier and Type | Method and Description |
|---|---|
default PutDashboardResponse |
CloudWatchClient.putDashboard(Consumer<PutDashboardRequest.Builder> putDashboardRequest)
Creates a dashboard if it does not already exist, or updates an existing dashboard.
|
default PutDashboardResponse |
CloudWatchClient.putDashboard(PutDashboardRequest putDashboardRequest)
Creates a dashboard if it does not already exist, or updates an existing dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutDashboardResponse> |
CloudWatchAsyncClient.putDashboard(Consumer<PutDashboardRequest.Builder> putDashboardRequest)
Creates a dashboard if it does not already exist, or updates an existing dashboard.
|
default CompletableFuture<PutDashboardResponse> |
CloudWatchAsyncClient.putDashboard(PutDashboardRequest putDashboardRequest)
Creates a dashboard if it does not already exist, or updates an existing dashboard.
|
Copyright © 2021. All rights reserved.