Uses of Class
software.amazon.awssdk.services.securityir.model.PendingAction
-
Packages that use PendingAction Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of PendingAction in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return PendingAction Modifier and Type Method Description static PendingActionPendingAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PendingActionGetCaseResponse. pendingAction()Response element for GetCase that provides identifies the case is waiting on customer input.PendingActionListCasesItem. pendingAction()static PendingActionPendingAction. valueOf(String name)Returns the enum constant of this type with the specified name.static PendingAction[]PendingAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityir.model that return types with arguments of type PendingAction Modifier and Type Method Description static Set<PendingAction>PendingAction. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type PendingAction Modifier and Type Method Description GetCaseResponse.BuilderGetCaseResponse.Builder. pendingAction(PendingAction pendingAction)Response element for GetCase that provides identifies the case is waiting on customer input.ListCasesItem.BuilderListCasesItem.Builder. pendingAction(PendingAction pendingAction)
-