Uses of Class
software.amazon.awssdk.services.securityir.model.ResolverType
-
Packages that use ResolverType Package Description software.amazon.awssdk.services.securityir.model -
-
Uses of ResolverType in software.amazon.awssdk.services.securityir.model
Methods in software.amazon.awssdk.services.securityir.model that return ResolverType Modifier and Type Method Description static ResolverTypeResolverType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResolverTypeCreateCaseRequest. resolverType()Required element used in combination with CreateCase to identify the resolver type.ResolverTypeGetCaseResponse. resolverType()Response element for GetCase that provides the current resolver types.ResolverTypeListCasesItem. resolverType()ResolverTypeUpdateResolverTypeRequest. resolverType()Required element for UpdateResolverType to identify the new resolver.ResolverTypeUpdateResolverTypeResponse. resolverType()Response element for UpdateResolver identifying the current resolver of the case.static ResolverTypeResolverType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolverType[]ResolverType. 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 ResolverType Modifier and Type Method Description static Set<ResolverType>ResolverType. knownValues()Methods in software.amazon.awssdk.services.securityir.model with parameters of type ResolverType Modifier and Type Method Description CreateCaseRequest.BuilderCreateCaseRequest.Builder. resolverType(ResolverType resolverType)Required element used in combination with CreateCase to identify the resolver type.GetCaseResponse.BuilderGetCaseResponse.Builder. resolverType(ResolverType resolverType)Response element for GetCase that provides the current resolver types.ListCasesItem.BuilderListCasesItem.Builder. resolverType(ResolverType resolverType)UpdateResolverTypeRequest.BuilderUpdateResolverTypeRequest.Builder. resolverType(ResolverType resolverType)Required element for UpdateResolverType to identify the new resolver.UpdateResolverTypeResponse.BuilderUpdateResolverTypeResponse.Builder. resolverType(ResolverType resolverType)Response element for UpdateResolver identifying the current resolver of the case.
-