Uses of Class
software.amazon.awssdk.services.kendra.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Status in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Status Modifier and Type Method Description List<Status>BatchGetDocumentStatusResponse. documentStatusList()The status of documents.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Status Modifier and Type Method Description BatchGetDocumentStatusResponse.BuilderBatchGetDocumentStatusResponse.Builder. documentStatusList(Status... documentStatusList)The status of documents.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Status Modifier and Type Method Description BatchGetDocumentStatusResponse.BuilderBatchGetDocumentStatusResponse.Builder. documentStatusList(Collection<Status> documentStatusList)The status of documents.
-