Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetIngestionJobResponse
-
Packages that use GetIngestionJobResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of GetIngestionJobResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetIngestionJobResponse Modifier and Type Method Description default GetIngestionJobResponseBedrockAgentClient. getIngestionJob(Consumer<GetIngestionJobRequest.Builder> getIngestionJobRequest)Gets information about a data ingestion job.default GetIngestionJobResponseBedrockAgentClient. getIngestionJob(GetIngestionJobRequest getIngestionJobRequest)Gets information about a data ingestion job.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetIngestionJobResponse Modifier and Type Method Description default CompletableFuture<GetIngestionJobResponse>BedrockAgentAsyncClient. getIngestionJob(Consumer<GetIngestionJobRequest.Builder> getIngestionJobRequest)Gets information about a data ingestion job.default CompletableFuture<GetIngestionJobResponse>BedrockAgentAsyncClient. getIngestionJob(GetIngestionJobRequest getIngestionJobRequest)Gets information about a data ingestion job.
-