| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightType |
InsightType.fromValue(String value)
Use this in place of valueOf.
|
static InsightType |
InsightType.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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchInsightsRequest |
SearchInsightsRequest.withType(InsightType type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
ListInsightsClosedStatusFilter |
ListInsightsClosedStatusFilter.withType(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
ListInsightsOngoingStatusFilter |
ListInsightsOngoingStatusFilter.withType(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
ListInsightsAnyStatusFilter |
ListInsightsAnyStatusFilter.withType(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
SearchOrganizationInsightsRequest |
SearchOrganizationInsightsRequest.withType(InsightType type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
Copyright © 2023. All rights reserved.