Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutDashboardRequest.Builder
-
Packages that use PutDashboardRequest.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 PutDashboardRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type PutDashboardRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static PutDashboardRequest.BuilderPutDashboardRequest. builder()PutDashboardRequest.BuilderPutDashboardRequest.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.BuilderPutDashboardRequest.Builder. dashboardName(String dashboardName)The name of the dashboard.PutDashboardRequest.BuilderPutDashboardRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutDashboardRequest.BuilderPutDashboardRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutDashboardRequest.BuilderPutDashboardRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutDashboardRequest.Builder Modifier and Type Method Description static Class<? extends PutDashboardRequest.Builder>PutDashboardRequest. serializableBuilderClass()
-