Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StopIngestionJobResponse
Packages that use StopIngestionJobResponse
Package
Description
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 StopIngestionJobResponseModifier and TypeMethodDescriptiondefault 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 StopIngestionJobResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.stopIngestionJob(Consumer<StopIngestionJobRequest.Builder> stopIngestionJobRequest) Stops a currently running data ingestion job.BedrockAgentAsyncClient.stopIngestionJob(StopIngestionJobRequest stopIngestionJobRequest) Stops a currently running data ingestion job.