| Package | Description |
|---|---|
| com.amazonaws.services.b2bi |
This is the Amazon Web Services B2B Data Interchange API Reference.
|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
GetTransformerJobResult |
AWSB2BiClient.getTransformerJob(GetTransformerJobRequest request)
Returns the details of the transformer run, based on the Transformer job ID.
|
GetTransformerJobResult |
AWSB2Bi.getTransformerJob(GetTransformerJobRequest getTransformerJobRequest)
Returns the details of the transformer run, based on the Transformer job ID.
|
GetTransformerJobResult |
AbstractAWSB2Bi.getTransformerJob(GetTransformerJobRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTransformerJobResult> |
AbstractAWSB2BiAsync.getTransformerJobAsync(GetTransformerJobRequest request,
AsyncHandler<GetTransformerJobRequest,GetTransformerJobResult> asyncHandler) |
Future<GetTransformerJobResult> |
AWSB2BiAsync.getTransformerJobAsync(GetTransformerJobRequest getTransformerJobRequest,
AsyncHandler<GetTransformerJobRequest,GetTransformerJobResult> asyncHandler)
Returns the details of the transformer run, based on the Transformer job ID.
|
Future<GetTransformerJobResult> |
AWSB2BiAsyncClient.getTransformerJobAsync(GetTransformerJobRequest request,
AsyncHandler<GetTransformerJobRequest,GetTransformerJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTransformerJobResult |
GetTransformerJobResult.clone() |
GetTransformerJobResult |
GetTransformerJobResult.withMessage(String message)
Returns an optional error message, which gets populated when the job is not run successfully.
|
GetTransformerJobResult |
GetTransformerJobResult.withOutputFiles(Collection<S3Location> outputFiles)
Returns the location for the output files.
|
GetTransformerJobResult |
GetTransformerJobResult.withOutputFiles(S3Location... outputFiles)
Returns the location for the output files.
|
GetTransformerJobResult |
GetTransformerJobResult.withStatus(String status)
Returns the current state of the transformer job, either
running, succeeded, or
failed. |
GetTransformerJobResult |
GetTransformerJobResult.withStatus(TransformerJobStatus status)
Returns the current state of the transformer job, either
running, succeeded, or
failed. |
Copyright © 2024. All rights reserved.