Uses of Class
software.amazon.awssdk.services.securityir.model.ClosureCode
-
Packages that use ClosureCode Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of ClosureCode in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return ClosureCode Modifier and Type Method Description ClosureCodeGetCaseResponse. closureCode()Response element for GetCase that provides the summary code for why a case was closed.static ClosureCodeClosureCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClosureCodeClosureCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ClosureCode[]ClosureCode. 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 ClosureCode Modifier and Type Method Description static Set<ClosureCode>ClosureCode. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type ClosureCode Modifier and Type Method Description GetCaseResponse.BuilderGetCaseResponse.Builder. closureCode(ClosureCode closureCode)Response element for GetCase that provides the summary code for why a case was closed.
-