Uses of Class
software.amazon.awssdk.services.b2bi.model.GetTransformerJobResponse
-
Packages that use GetTransformerJobResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference. -
-
Uses of GetTransformerJobResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return GetTransformerJobResponse Modifier and Type Method Description default GetTransformerJobResponseB2BiClient. getTransformerJob(Consumer<GetTransformerJobRequest.Builder> getTransformerJobRequest)Returns the details of the transformer run, based on the Transformer job ID.default GetTransformerJobResponseB2BiClient. getTransformerJob(GetTransformerJobRequest getTransformerJobRequest)Returns the details of the transformer run, based on the Transformer job ID.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type GetTransformerJobResponse Modifier and Type Method Description default CompletableFuture<GetTransformerJobResponse>B2BiAsyncClient. getTransformerJob(Consumer<GetTransformerJobRequest.Builder> getTransformerJobRequest)Returns the details of the transformer run, based on the Transformer job ID.default CompletableFuture<GetTransformerJobResponse>B2BiAsyncClient. getTransformerJob(GetTransformerJobRequest getTransformerJobRequest)Returns the details of the transformer run, based on the Transformer job ID.
-