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