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