Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.UserImportJobStatusType
Packages that use UserImportJobStatusType
-
Uses of UserImportJobStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserImportJobStatusTypeModifier and TypeMethodDescriptionstatic UserImportJobStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UserImportJobStatusTypeUserImportJobType.status()The status of the user import job.static UserImportJobStatusTypeReturns 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 UserImportJobStatusTypeModifier and TypeMethodDescriptionstatic Set<UserImportJobStatusType>UserImportJobStatusType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserImportJobStatusTypeModifier and TypeMethodDescriptionUserImportJobType.Builder.status(UserImportJobStatusType status) The status of the user import job.