Uses of Class
software.amazon.awssdk.services.devopsguru.model.InsightTimeRange
-
Packages that use InsightTimeRange Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightTimeRange in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightTimeRange Modifier and Type Method Description InsightTimeRangeProactiveInsight. insightTimeRange()Returns the value of the InsightTimeRange property for this object.InsightTimeRangeProactiveInsightSummary. insightTimeRange()Returns the value of the InsightTimeRange property for this object.InsightTimeRangeProactiveOrganizationInsightSummary. insightTimeRange()Returns the value of the InsightTimeRange property for this object.InsightTimeRangeReactiveInsight. insightTimeRange()Returns the value of the InsightTimeRange property for this object.InsightTimeRangeReactiveInsightSummary. insightTimeRange()Returns the value of the InsightTimeRange property for this object.InsightTimeRangeReactiveOrganizationInsightSummary. insightTimeRange()Returns the value of the InsightTimeRange property for this object.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type InsightTimeRange Modifier and Type Method Description ProactiveInsight.BuilderProactiveInsight.Builder. insightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.ProactiveInsightSummary.BuilderProactiveInsightSummary.Builder. insightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.ProactiveOrganizationInsightSummary.BuilderProactiveOrganizationInsightSummary.Builder. insightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.ReactiveInsight.BuilderReactiveInsight.Builder. insightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.ReactiveInsightSummary.BuilderReactiveInsightSummary.Builder. insightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.ReactiveOrganizationInsightSummary.BuilderReactiveOrganizationInsightSummary.Builder. insightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.
-