Package | Description |
---|---|
com.amazonaws.services.cloudwatch |
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time.
|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
ListDashboardsResult |
AbstractAmazonCloudWatch.listDashboards(ListDashboardsRequest request) |
ListDashboardsResult |
AmazonCloudWatch.listDashboards(ListDashboardsRequest listDashboardsRequest)
Returns a list of the dashboards for your account.
|
ListDashboardsResult |
AmazonCloudWatchClient.listDashboards(ListDashboardsRequest request)
Returns a list of the dashboards for your account.
|
Modifier and Type | Method and Description |
---|---|
Future<ListDashboardsResult> |
AmazonCloudWatchAsync.listDashboardsAsync(ListDashboardsRequest listDashboardsRequest,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
Returns a list of the dashboards for your account.
|
Future<ListDashboardsResult> |
AbstractAmazonCloudWatchAsync.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
Future<ListDashboardsResult> |
AmazonCloudWatchAsyncClient.listDashboardsAsync(ListDashboardsRequest request,
AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDashboardsResult |
ListDashboardsResult.clone() |
ListDashboardsResult |
ListDashboardsResult.withDashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
|
ListDashboardsResult |
ListDashboardsResult.withDashboardEntries(DashboardEntry... dashboardEntries)
The list of matching dashboards.
|
ListDashboardsResult |
ListDashboardsResult.withNextToken(String nextToken)
The token that marks the start of the next batch of returned results.
|
Copyright © 2020. All rights reserved.