Uses of Class
software.amazon.awssdk.services.securityir.model.SelfManagedCaseStatus
-
Packages that use SelfManagedCaseStatus Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of SelfManagedCaseStatus in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return SelfManagedCaseStatus Modifier and Type Method Description SelfManagedCaseStatusUpdateCaseStatusRequest. caseStatus()Required element for UpdateCaseStatus to identify the status for a case.SelfManagedCaseStatusUpdateCaseStatusResponse. caseStatus()Response element for UpdateCaseStatus showing the newly configured status.static SelfManagedCaseStatusSelfManagedCaseStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SelfManagedCaseStatusSelfManagedCaseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SelfManagedCaseStatus[]SelfManagedCaseStatus. 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 SelfManagedCaseStatus Modifier and Type Method Description static Set<SelfManagedCaseStatus>SelfManagedCaseStatus. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type SelfManagedCaseStatus Modifier and Type Method Description UpdateCaseStatusRequest.BuilderUpdateCaseStatusRequest.Builder. caseStatus(SelfManagedCaseStatus caseStatus)Required element for UpdateCaseStatus to identify the status for a case.UpdateCaseStatusResponse.BuilderUpdateCaseStatusResponse.Builder. caseStatus(SelfManagedCaseStatus caseStatus)Response element for UpdateCaseStatus showing the newly configured status.
-