Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutDashboardRequest.Builder
Packages that use PutDashboardRequest.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 PutDashboardRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type PutDashboardRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutDashboardResponse>CloudWatchAsyncClient.putDashboard(Consumer<PutDashboardRequest.Builder> putDashboardRequest) Creates a dashboard if it does not already exist, or updates an existing dashboard.default PutDashboardResponseCloudWatchClient.putDashboard(Consumer<PutDashboardRequest.Builder> putDashboardRequest) Creates a dashboard if it does not already exist, or updates an existing dashboard. -
Uses of PutDashboardRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PutDashboardRequest.BuilderModifier and TypeMethodDescriptionstatic PutDashboardRequest.BuilderPutDashboardRequest.builder()PutDashboardRequest.Builder.dashboardBody(String dashboardBody) The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.PutDashboardRequest.Builder.dashboardName(String dashboardName) The name of the dashboard.PutDashboardRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutDashboardRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutDashboardRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the dashboard.PutDashboardRequest.Builder.tags(Consumer<Tag.Builder>... tags) A list of key-value pairs to associate with the dashboard.A list of key-value pairs to associate with the dashboard.PutDashboardRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutDashboardRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutDashboardRequest.Builder>PutDashboardRequest.serializableBuilderClass()