Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeOrganizationOverviewRequest
-
Packages that use DescribeOrganizationOverviewRequest 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.software.amazon.awssdk.services.devopsguru.transform -
-
Uses of DescribeOrganizationOverviewRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type DescribeOrganizationOverviewRequest Modifier and Type Method Description default CompletableFuture<DescribeOrganizationOverviewResponse>DevOpsGuruAsyncClient. describeOrganizationOverview(DescribeOrganizationOverviewRequest 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. -
Uses of DescribeOrganizationOverviewRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type DescribeOrganizationOverviewRequest Modifier and Type Method Description SdkHttpFullRequestDescribeOrganizationOverviewRequestMarshaller. marshall(DescribeOrganizationOverviewRequest describeOrganizationOverviewRequest)
-