Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IngestionJob
-
Packages that use IngestionJob Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IngestionJob in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestionJob Modifier and Type Method Description IngestionJobGetIngestionJobResponse. ingestionJob()Returns the value of the IngestionJob property for this object.IngestionJobStartIngestionJobResponse. ingestionJob()Returns the value of the IngestionJob property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IngestionJob Modifier and Type Method Description GetIngestionJobResponse.BuilderGetIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)Sets the value of the IngestionJob property for this object.StartIngestionJobResponse.BuilderStartIngestionJobResponse.Builder. ingestionJob(IngestionJob ingestionJob)Sets the value of the IngestionJob property for this object.
-