Uses of Class
software.amazon.awssdk.services.securityir.model.EngagementType
-
Packages that use EngagementType Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of EngagementType in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return EngagementType Modifier and Type Method Description EngagementTypeCreateCaseRequest. engagementType()Required element used in combination with CreateCase to provide an engagement type for the new cases.EngagementTypeGetCaseResponse. engagementType()Response element for GetCase that provides the engagement type.EngagementTypeListCasesItem. engagementType()EngagementTypeUpdateCaseRequest. engagementType()Optional element for UpdateCase to provide content for the engagement type field.static EngagementTypeEngagementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EngagementTypeEngagementType. valueOf(String name)Returns the enum constant of this type with the specified name.static EngagementType[]EngagementType. 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 EngagementType Modifier and Type Method Description static Set<EngagementType>EngagementType. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type EngagementType Modifier and Type Method Description CreateCaseRequest.BuilderCreateCaseRequest.Builder. engagementType(EngagementType engagementType)Required element used in combination with CreateCase to provide an engagement type for the new cases.GetCaseResponse.BuilderGetCaseResponse.Builder. engagementType(EngagementType engagementType)Response element for GetCase that provides the engagement type.ListCasesItem.BuilderListCasesItem.Builder. engagementType(EngagementType engagementType)UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. engagementType(EngagementType engagementType)Optional element for UpdateCase to provide content for the engagement type field.
-