Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.ListDashboardsRequest.Builder
-
Packages that use ListDashboardsRequest.Builder Package Description software.amazon.awssdk.services.cloudwatch Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on Amazon Web Services in real time.software.amazon.awssdk.services.cloudwatch.model -
-
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type ListDashboardsRequest.Builder Modifier and Type Method Description default 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)Returns a list of the dashboards for your account.default ListDashboardsIterableCloudWatchClient. listDashboardsPaginator(Consumer<ListDashboardsRequest.Builder> listDashboardsRequest)Returns a list of the dashboards for your account. -
Uses of ListDashboardsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ListDashboardsRequest.Builder Modifier and Type Method Description static ListDashboardsRequest.BuilderListDashboardsRequest. builder()ListDashboardsRequest.BuilderListDashboardsRequest.Builder. dashboardNamePrefix(String dashboardNamePrefix)If you specify this parameter, only the dashboards with names starting with the specified string are listed.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. nextToken(String nextToken)The token returned by a previous call to indicate that there is more data available.ListDashboardsRequest.BuilderListDashboardsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDashboardsRequest.BuilderListDashboardsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDashboardsRequest.BuilderListDashboardsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ListDashboardsRequest.Builder Modifier and Type Method Description static Class<? extends ListDashboardsRequest.Builder>ListDashboardsRequest. serializableBuilderClass()
-