Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserImportJobStatusType
-
Packages that use UserImportJobStatusType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserImportJobStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserImportJobStatusType Modifier and Type Method Description static UserImportJobStatusTypeUserImportJobStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserImportJobStatusTypeUserImportJobType. status()The status of the user import job.static UserImportJobStatusTypeUserImportJobStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserImportJobStatusType[]UserImportJobStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserImportJobStatusType Modifier and Type Method Description static Set<UserImportJobStatusType>UserImportJobStatusType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserImportJobStatusType Modifier and Type Method Description UserImportJobType.BuilderUserImportJobType.Builder. status(UserImportJobStatusType status)The status of the user import job.
-