Uses of Class
software.amazon.awssdk.services.devopsguru.model.StartTimeRange
-
Packages that use StartTimeRange Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of StartTimeRange in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return StartTimeRange Modifier and Type Method Description StartTimeRangeListAnomaliesForInsightRequest. startTimeRange()A time range used to specify when the requested anomalies started.StartTimeRangeListInsightsAnyStatusFilter. startTimeRange()A time range used to specify when the behavior of the filtered insights started.StartTimeRangeSearchInsightsRequest. startTimeRange()The start of the time range passed in.StartTimeRangeSearchOrganizationInsightsRequest. startTimeRange()Returns the value of the StartTimeRange property for this object.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type StartTimeRange Modifier and Type Method Description ListAnomaliesForInsightRequest.BuilderListAnomaliesForInsightRequest.Builder. startTimeRange(StartTimeRange startTimeRange)A time range used to specify when the requested anomalies started.ListInsightsAnyStatusFilter.BuilderListInsightsAnyStatusFilter.Builder. startTimeRange(StartTimeRange startTimeRange)A time range used to specify when the behavior of the filtered insights started.SearchInsightsRequest.BuilderSearchInsightsRequest.Builder. startTimeRange(StartTimeRange startTimeRange)The start of the time range passed in.SearchOrganizationInsightsRequest.BuilderSearchOrganizationInsightsRequest.Builder. startTimeRange(StartTimeRange startTimeRange)Sets the value of the StartTimeRange property for this object.
-