Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StartIngestionJobRequest
-
Packages that use StartIngestionJobRequest Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.bedrockagent.transform -
-
Uses of StartIngestionJobRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type StartIngestionJobRequest Modifier and Type Method Description default CompletableFuture<StartIngestionJobResponse>BedrockAgentAsyncClient. startIngestionJob(StartIngestionJobRequest startIngestionJobRequest)Start a new ingestion jobdefault StartIngestionJobResponseBedrockAgentClient. startIngestionJob(StartIngestionJobRequest startIngestionJobRequest)Start a new ingestion job -
Uses of StartIngestionJobRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type StartIngestionJobRequest Modifier and Type Method Description SdkHttpFullRequestStartIngestionJobRequestMarshaller. marshall(StartIngestionJobRequest startIngestionJobRequest)
-