| 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 |
|---|---|
CreateTransformerResult |
AbstractAWSB2Bi.createTransformer(CreateTransformerRequest request) |
CreateTransformerResult |
AWSB2Bi.createTransformer(CreateTransformerRequest createTransformerRequest)
Creates a transformer.
|
CreateTransformerResult |
AWSB2BiClient.createTransformer(CreateTransformerRequest request)
Creates a transformer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTransformerResult> |
AbstractAWSB2BiAsync.createTransformerAsync(CreateTransformerRequest request,
AsyncHandler<CreateTransformerRequest,CreateTransformerResult> asyncHandler) |
Future<CreateTransformerResult> |
AWSB2BiAsync.createTransformerAsync(CreateTransformerRequest createTransformerRequest,
AsyncHandler<CreateTransformerRequest,CreateTransformerResult> asyncHandler)
Creates a transformer.
|
Future<CreateTransformerResult> |
AWSB2BiAsyncClient.createTransformerAsync(CreateTransformerRequest request,
AsyncHandler<CreateTransformerRequest,CreateTransformerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTransformerResult |
CreateTransformerResult.clone() |
CreateTransformerResult |
CreateTransformerResult.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the transformer.
|
CreateTransformerResult |
CreateTransformerResult.withEdiType(EdiType ediType)
Returns the details for the EDI standard that is being used for the transformer.
|
CreateTransformerResult |
CreateTransformerResult.withFileFormat(FileFormat fileFormat)
Returns that the currently supported file formats for EDI transformations are
JSON and
XML. |
CreateTransformerResult |
CreateTransformerResult.withFileFormat(String fileFormat)
Returns that the currently supported file formats for EDI transformations are
JSON and
XML. |
CreateTransformerResult |
CreateTransformerResult.withMappingTemplate(String mappingTemplate)
Returns the name of the mapping template for the transformer.
|
CreateTransformerResult |
CreateTransformerResult.withName(String name)
Returns the name of the transformer, used to identify it.
|
CreateTransformerResult |
CreateTransformerResult.withSampleDocument(String sampleDocument)
Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
|
CreateTransformerResult |
CreateTransformerResult.withStatus(String status)
Returns the state of the newly created transformer.
|
CreateTransformerResult |
CreateTransformerResult.withStatus(TransformerStatus status)
Returns the state of the newly created transformer.
|
CreateTransformerResult |
CreateTransformerResult.withTransformerArn(String transformerArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
CreateTransformerResult |
CreateTransformerResult.withTransformerId(String transformerId)
Returns the system-assigned unique identifier for the transformer.
|
Copyright © 2023. All rights reserved.