Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetIngestionJobResponse
-
Packages that use GetIngestionJobResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
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)Get an ingestion jobdefault GetIngestionJobResponseBedrockAgentClient. getIngestionJob(GetIngestionJobRequest getIngestionJobRequest)Get an ingestion jobMethods 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)Get an ingestion jobdefault CompletableFuture<GetIngestionJobResponse>BedrockAgentAsyncClient. getIngestionJob(GetIngestionJobRequest getIngestionJobRequest)Get an ingestion job
-