Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetDashboardRequest.Builder
Packages that use GetDashboardRequest.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 GetDashboardRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type GetDashboardRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetDashboardResponse>CloudWatchAsyncClient.getDashboard(Consumer<GetDashboardRequest.Builder> getDashboardRequest) Displays the details of the dashboard that you specify.default GetDashboardResponseCloudWatchClient.getDashboard(Consumer<GetDashboardRequest.Builder> getDashboardRequest) Displays the details of the dashboard that you specify. -
Uses of GetDashboardRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetDashboardRequest.BuilderModifier and TypeMethodDescriptionstatic GetDashboardRequest.BuilderGetDashboardRequest.builder()GetDashboardRequest.Builder.dashboardName(String dashboardName) The name of the dashboard to be described.GetDashboardRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDashboardRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDashboardRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetDashboardRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDashboardRequest.Builder>GetDashboardRequest.serializableBuilderClass()