Uses of Class
software.amazon.awssdk.services.devopsguru.model.InsightType
-
Packages that use InsightType Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightType in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightType Modifier and Type Method Description static InsightTypeInsightType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InsightTypeListInsightsAnyStatusFilter. type()Use to filter for eitherREACTIVEorPROACTIVEinsights.InsightTypeListInsightsClosedStatusFilter. type()Use to filter for eitherREACTIVEorPROACTIVEinsights.InsightTypeListInsightsOngoingStatusFilter. type()Use to filter for eitherREACTIVEorPROACTIVEinsights.InsightTypeSearchInsightsRequest. type()The type of insights you are searching for (REACTIVEorPROACTIVE).InsightTypeSearchOrganizationInsightsRequest. type()The type of insights you are searching for (REACTIVEorPROACTIVE).static InsightTypeInsightType. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightType[]InsightType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type InsightType Modifier and Type Method Description static Set<InsightType>InsightType. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type InsightType Modifier and Type Method Description ListInsightsAnyStatusFilter.BuilderListInsightsAnyStatusFilter.Builder. type(InsightType type)Use to filter for eitherREACTIVEorPROACTIVEinsights.ListInsightsClosedStatusFilter.BuilderListInsightsClosedStatusFilter.Builder. type(InsightType type)Use to filter for eitherREACTIVEorPROACTIVEinsights.ListInsightsOngoingStatusFilter.BuilderListInsightsOngoingStatusFilter.Builder. type(InsightType type)Use to filter for eitherREACTIVEorPROACTIVEinsights.SearchInsightsRequest.BuilderSearchInsightsRequest.Builder. type(InsightType type)The type of insights you are searching for (REACTIVEorPROACTIVE).SearchOrganizationInsightsRequest.BuilderSearchOrganizationInsightsRequest.Builder. type(InsightType type)The type of insights you are searching for (REACTIVEorPROACTIVE).
-