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