Uses of Class
software.amazon.awssdk.services.entityresolution.model.DeleteUniqueIdStatus
-
Packages that use DeleteUniqueIdStatus Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of DeleteUniqueIdStatus in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return DeleteUniqueIdStatus Modifier and Type Method Description static DeleteUniqueIdStatusDeleteUniqueIdStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeleteUniqueIdStatusBatchDeleteUniqueIdResponse. status()The status of the batch delete unique ID operation.static DeleteUniqueIdStatusDeleteUniqueIdStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeleteUniqueIdStatus[]DeleteUniqueIdStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type DeleteUniqueIdStatus Modifier and Type Method Description static Set<DeleteUniqueIdStatus>DeleteUniqueIdStatus. knownValues()Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type DeleteUniqueIdStatus Modifier and Type Method Description BatchDeleteUniqueIdResponse.BuilderBatchDeleteUniqueIdResponse.Builder. status(DeleteUniqueIdStatus status)The status of the batch delete unique ID operation.
-