Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StartIngestionJobResponse
-
Packages that use StartIngestionJobResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
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)Begins a data ingestion job.default StartIngestionJobResponseBedrockAgentClient. startIngestionJob(StartIngestionJobRequest startIngestionJobRequest)Begins a data ingestion job.Methods 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)Begins a data ingestion job.default CompletableFuture<StartIngestionJobResponse>BedrockAgentAsyncClient. startIngestionJob(StartIngestionJobRequest startIngestionJobRequest)Begins a data ingestion job.
-