Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DeleteDashboardsRequest.Builder
Packages that use DeleteDashboardsRequest.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 DeleteDashboardsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DeleteDashboardsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.deleteDashboards(Consumer<DeleteDashboardsRequest.Builder> deleteDashboardsRequest) Deletes all dashboards that you specify.default DeleteDashboardsResponseCloudWatchClient.deleteDashboards(Consumer<DeleteDashboardsRequest.Builder> deleteDashboardsRequest) Deletes all dashboards that you specify. -
Uses of DeleteDashboardsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DeleteDashboardsRequest.BuilderModifier and TypeMethodDescriptionDeleteDashboardsRequest.builder()DeleteDashboardsRequest.Builder.dashboardNames(String... dashboardNames) The dashboards to be deleted.DeleteDashboardsRequest.Builder.dashboardNames(Collection<String> dashboardNames) The dashboards to be deleted.DeleteDashboardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteDashboardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteDashboardsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DeleteDashboardsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteDashboardsRequest.Builder>DeleteDashboardsRequest.serializableBuilderClass()