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