Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StopIngestionJobResponse
-
Packages that use StopIngestionJobResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of StopIngestionJobResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return StopIngestionJobResponse Modifier and Type Method Description default StopIngestionJobResponseBedrockAgentClient. stopIngestionJob(Consumer<StopIngestionJobRequest.Builder> stopIngestionJobRequest)Stops a currently running data ingestion job.default StopIngestionJobResponseBedrockAgentClient. stopIngestionJob(StopIngestionJobRequest stopIngestionJobRequest)Stops a currently running data ingestion job.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type StopIngestionJobResponse Modifier and Type Method Description default CompletableFuture<StopIngestionJobResponse>BedrockAgentAsyncClient. stopIngestionJob(Consumer<StopIngestionJobRequest.Builder> stopIngestionJobRequest)Stops a currently running data ingestion job.default CompletableFuture<StopIngestionJobResponse>BedrockAgentAsyncClient. stopIngestionJob(StopIngestionJobRequest stopIngestionJobRequest)Stops a currently running data ingestion job.
-