Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeOrganizationOverviewResponse
-
Packages that use DescribeOrganizationOverviewResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. -
-
Uses of DescribeOrganizationOverviewResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return DescribeOrganizationOverviewResponse Modifier and Type Method Description default DescribeOrganizationOverviewResponseDevOpsGuruClient. describeOrganizationOverview(Consumer<DescribeOrganizationOverviewRequest.Builder> describeOrganizationOverviewRequest)Returns an overview of your organization's history based on the specified time range.default DescribeOrganizationOverviewResponseDevOpsGuruClient. describeOrganizationOverview(DescribeOrganizationOverviewRequest describeOrganizationOverviewRequest)Returns an overview of your organization's history based on the specified time range.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type DescribeOrganizationOverviewResponse Modifier and Type Method Description default CompletableFuture<DescribeOrganizationOverviewResponse>DevOpsGuruAsyncClient. describeOrganizationOverview(Consumer<DescribeOrganizationOverviewRequest.Builder> describeOrganizationOverviewRequest)Returns an overview of your organization's history based on the specified time range.default CompletableFuture<DescribeOrganizationOverviewResponse>DevOpsGuruAsyncClient. describeOrganizationOverview(DescribeOrganizationOverviewRequest describeOrganizationOverviewRequest)Returns an overview of your organization's history based on the specified time range.
-