Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.ListDashboardsRequest.Builder
Packages that use ListDashboardsRequest.Builder
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type ListDashboardsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListDashboardsResponse>CloudWatchAsyncClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) Returns a list of the dashboards for your account.default ListDashboardsResponseCloudWatchClient.listDashboards(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) Returns a list of the dashboards for your account.default ListDashboardsPublisherCloudWatchAsyncClient.listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) This is a variant ofCloudWatchAsyncClient.listDashboards(software.amazon.awssdk.services.cloudwatch.model.ListDashboardsRequest)operation.default ListDashboardsIterableCloudWatchClient.listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest) This is a variant ofCloudWatchClient.listDashboards(software.amazon.awssdk.services.cloudwatch.model.ListDashboardsRequest)operation. -
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ListDashboardsRequest.BuilderModifier and TypeMethodDescriptionListDashboardsRequest.builder()ListDashboardsRequest.Builder.dashboardNamePrefix(String dashboardNamePrefix) If you specify this parameter, only the dashboards with names starting with the specified string are listed.The token returned by a previous call to indicate that there is more data available.ListDashboardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListDashboardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListDashboardsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ListDashboardsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListDashboardsRequest.Builder>ListDashboardsRequest.serializableBuilderClass()