@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSB2Bi extends Object implements AWSB2Bi
AWSB2Bi. Convenient method forms pass through to the corresponding overload that
takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSB2Bi() |
| Modifier and Type | Method and Description |
|---|---|
CreateCapabilityResult |
createCapability(CreateCapabilityRequest request)
Instantiates a capability based on the specified parameters.
|
CreatePartnershipResult |
createPartnership(CreatePartnershipRequest request)
Creates a partnership between a customer and a trading partner, based on the supplied parameters.
|
CreateProfileResult |
createProfile(CreateProfileRequest request)
Creates a customer profile.
|
CreateTransformerResult |
createTransformer(CreateTransformerRequest request)
Creates a transformer.
|
DeleteCapabilityResult |
deleteCapability(DeleteCapabilityRequest request)
Deletes the specified capability.
|
DeletePartnershipResult |
deletePartnership(DeletePartnershipRequest request)
Deletes the specified partnership.
|
DeleteProfileResult |
deleteProfile(DeleteProfileRequest request)
Deletes the specified profile.
|
DeleteTransformerResult |
deleteTransformer(DeleteTransformerRequest request)
Deletes the specified transformer.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCapabilityResult |
getCapability(GetCapabilityRequest request)
Retrieves the details for the specified capability.
|
GetPartnershipResult |
getPartnership(GetPartnershipRequest request)
Retrieves the details for a partnership, based on the partner and profile IDs specified.
|
GetProfileResult |
getProfile(GetProfileRequest request)
Retrieves the details for the profile specified by the profile ID.
|
GetTransformerResult |
getTransformer(GetTransformerRequest request)
Retrieves the details for the transformer specified by the transformer ID.
|
GetTransformerJobResult |
getTransformerJob(GetTransformerJobRequest request)
Returns the details of the transformer run, based on the Transformer job ID.
|
ListCapabilitiesResult |
listCapabilities(ListCapabilitiesRequest request)
Lists the capabilities associated with your Amazon Web Services account for your current or specified region.
|
ListPartnershipsResult |
listPartnerships(ListPartnershipsRequest request)
Lists the partnerships associated with your Amazon Web Services account for your current or specified region.
|
ListProfilesResult |
listProfiles(ListProfilesRequest request)
Lists the profiles associated with your Amazon Web Services account for your current or specified region.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.
|
ListTransformersResult |
listTransformers(ListTransformersRequest request)
Lists the available transformers.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartTransformerJobResult |
startTransformerJob(StartTransformerJobRequest request)
Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures
used by Amazon Web Services B2BI Data Interchange.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
|
TestMappingResult |
testMapping(TestMappingRequest request)
Maps the input file according to the provided template file.
|
TestParsingResult |
testParsing(TestParsingRequest request)
Parses the input EDI (electronic data interchange) file.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN).
|
UpdateCapabilityResult |
updateCapability(UpdateCapabilityRequest request)
Updates some of the parameters for a capability, based on the specified parameters.
|
UpdatePartnershipResult |
updatePartnership(UpdatePartnershipRequest request)
Updates some of the parameters for a partnership between a customer and trading partner.
|
UpdateProfileResult |
updateProfile(UpdateProfileRequest request)
Updates the specified parameters for a profile.
|
UpdateTransformerResult |
updateTransformer(UpdateTransformerRequest request)
Updates the specified parameters for a transformer.
|
public CreateCapabilityResult createCapability(CreateCapabilityRequest request)
AWSB2BiInstantiates a capability based on the specified parameters. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
createCapability in interface AWSB2Bipublic CreatePartnershipResult createPartnership(CreatePartnershipRequest request)
AWSB2BiCreates a partnership between a customer and a trading partner, based on the supplied parameters. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.
createPartnership in interface AWSB2Bipublic CreateProfileResult createProfile(CreateProfileRequest request)
AWSB2BiCreates a customer profile. You can have up to five customer profiles, each representing a distinct private network. Profiles contain basic information about you and your business.
createProfile in interface AWSB2Bipublic CreateTransformerResult createTransformer(CreateTransformerRequest request)
AWSB2BiCreates a transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
createTransformer in interface AWSB2Bipublic DeleteCapabilityResult deleteCapability(DeleteCapabilityRequest request)
AWSB2BiDeletes the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
deleteCapability in interface AWSB2Bipublic DeletePartnershipResult deletePartnership(DeletePartnershipRequest request)
AWSB2BiDeletes the specified partnership. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.
deletePartnership in interface AWSB2Bipublic DeleteProfileResult deleteProfile(DeleteProfileRequest request)
AWSB2BiDeletes the specified profile. Profiles contain basic information about you and your business.
deleteProfile in interface AWSB2Bipublic DeleteTransformerResult deleteTransformer(DeleteTransformerRequest request)
AWSB2BiDeletes the specified transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
deleteTransformer in interface AWSB2Bipublic GetCapabilityResult getCapability(GetCapabilityRequest request)
AWSB2BiRetrieves the details for the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
getCapability in interface AWSB2Bipublic GetPartnershipResult getPartnership(GetPartnershipRequest request)
AWSB2BiRetrieves the details for a partnership, based on the partner and profile IDs specified. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.
getPartnership in interface AWSB2Bipublic GetProfileResult getProfile(GetProfileRequest request)
AWSB2BiRetrieves the details for the profile specified by the profile ID. Profiles contain basic information about you and your business.
getProfile in interface AWSB2Bipublic GetTransformerResult getTransformer(GetTransformerRequest request)
AWSB2BiRetrieves the details for the transformer specified by the transformer ID. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
getTransformer in interface AWSB2Bipublic GetTransformerJobResult getTransformerJob(GetTransformerJobRequest request)
AWSB2BiReturns the details of the transformer run, based on the Transformer job ID.
getTransformerJob in interface AWSB2Bipublic ListCapabilitiesResult listCapabilities(ListCapabilitiesRequest request)
AWSB2BiLists the capabilities associated with your Amazon Web Services account for your current or specified region. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
listCapabilities in interface AWSB2Bipublic ListPartnershipsResult listPartnerships(ListPartnershipsRequest request)
AWSB2BiLists the partnerships associated with your Amazon Web Services account for your current or specified region. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.
listPartnerships in interface AWSB2Bipublic ListProfilesResult listProfiles(ListProfilesRequest request)
AWSB2BiLists the profiles associated with your Amazon Web Services account for your current or specified region. Profiles contain basic information about you and your business.
listProfiles in interface AWSB2Bipublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSB2BiLists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a capability, partnership, profile, or transformer.
listTagsForResource in interface AWSB2Bipublic ListTransformersResult listTransformers(ListTransformersRequest request)
AWSB2BiLists the available transformers. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
listTransformers in interface AWSB2Bipublic StartTransformerJobResult startTransformerJob(StartTransformerJobRequest request)
AWSB2BiRuns a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.
startTransformerJob in interface AWSB2Bipublic TagResourceResult tagResource(TagResourceRequest request)
AWSB2BiAttaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.
There is no response returned from this call.
tagResource in interface AWSB2Bipublic TestMappingResult testMapping(TestMappingRequest request)
AWSB2BiMaps the input file according to the provided template file.
testMapping in interface AWSB2Bipublic TestParsingResult testParsing(TestParsingRequest request)
AWSB2BiParses the input EDI (electronic data interchange) file.
testParsing in interface AWSB2Bipublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSB2BiDetaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.
untagResource in interface AWSB2Bipublic UpdateCapabilityResult updateCapability(UpdateCapabilityRequest request)
AWSB2BiUpdates some of the parameters for a capability, based on the specified parameters. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
updateCapability in interface AWSB2Bipublic UpdatePartnershipResult updatePartnership(UpdatePartnershipRequest request)
AWSB2BiUpdates some of the parameters for a partnership between a customer and trading partner. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.
updatePartnership in interface AWSB2Bipublic UpdateProfileResult updateProfile(UpdateProfileRequest request)
AWSB2BiUpdates the specified parameters for a profile. Profiles contain basic information about you and your business.
updateProfile in interface AWSB2Bipublic UpdateTransformerResult updateTransformer(UpdateTransformerRequest request)
AWSB2BiUpdates the specified parameters for a transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
updateTransformer in interface AWSB2Bipublic void shutdown()
AWSB2Bipublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSB2BiResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSB2Birequest - The originally executed request.Copyright © 2023. All rights reserved.