| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightType |
InsightType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InsightType |
ListInsightsAnyStatusFilter.type()
Use to filter for either
REACTIVE or PROACTIVE insights. |
InsightType |
SearchInsightsRequest.type()
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
InsightType |
ListInsightsClosedStatusFilter.type()
Use to filter for either
REACTIVE or PROACTIVE insights. |
InsightType |
ListInsightsOngoingStatusFilter.type()
Use to filter for either
REACTIVE or PROACTIVE insights. |
InsightType |
SearchOrganizationInsightsRequest.type()
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
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 |
|---|---|
static Set<InsightType> |
InsightType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListInsightsAnyStatusFilter.Builder |
ListInsightsAnyStatusFilter.Builder.type(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
SearchInsightsRequest.Builder |
SearchInsightsRequest.Builder.type(InsightType type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
ListInsightsClosedStatusFilter.Builder |
ListInsightsClosedStatusFilter.Builder.type(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
ListInsightsOngoingStatusFilter.Builder |
ListInsightsOngoingStatusFilter.Builder.type(InsightType type)
Use to filter for either
REACTIVE or PROACTIVE insights. |
SearchOrganizationInsightsRequest.Builder |
SearchOrganizationInsightsRequest.Builder.type(InsightType type)
The type of insights you are searching for (
REACTIVE or PROACTIVE). |
Copyright © 2023. All rights reserved.