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