@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSB2BiClient extends AmazonWebServiceClient implements AWSB2Bi
This is the Amazon Web Services B2B Data Interchange API Reference. It provides descriptions, API request parameters, and the XML response for each of the B2BI API actions.
B2BI enables automated exchange of EDI (electronic data interchange) based business-critical transactions at cloud scale, with elasticity and pay-as-you-go pricing. Businesses use EDI documents to exchange transactional data with trading partners, such as suppliers and end customers, using standardized formats such as X12.
Rather than actually running a command, you can use the --generate-cli-skeleton parameter with any API
call to generate and display a parameter template. You can then use the generated template to customize and use as
input on a later command. For details, see Generate
and use a parameter skeleton file.
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AWSB2BiClientBuilder |
builder() |
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.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetprotected static final ClientConfigurationFactory configFactory
public static AWSB2BiClientBuilder builder()
public CreateCapabilityResult createCapability(CreateCapabilityRequest request)
Instantiates a capability based on the specified parameters. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
createCapability in interface AWSB2BicreateCapabilityRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public CreatePartnershipResult createPartnership(CreatePartnershipRequest request)
Creates 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 AWSB2BicreatePartnershipRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public CreateProfileResult createProfile(CreateProfileRequest request)
Creates 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 AWSB2BicreateProfileRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public CreateTransformerResult createTransformer(CreateTransformerRequest request)
Creates a transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
createTransformer in interface AWSB2BicreateTransformerRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public DeleteCapabilityResult deleteCapability(DeleteCapabilityRequest request)
Deletes the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
deleteCapability in interface AWSB2BideleteCapabilityRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public DeletePartnershipResult deletePartnership(DeletePartnershipRequest request)
Deletes 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 AWSB2BideletePartnershipRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public DeleteProfileResult deleteProfile(DeleteProfileRequest request)
Deletes the specified profile. Profiles contain basic information about you and your business.
deleteProfile in interface AWSB2BideleteProfileRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public DeleteTransformerResult deleteTransformer(DeleteTransformerRequest request)
Deletes the specified transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
deleteTransformer in interface AWSB2BideleteTransformerRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public GetCapabilityResult getCapability(GetCapabilityRequest request)
Retrieves the details for the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.
getCapability in interface AWSB2BigetCapabilityRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public GetPartnershipResult getPartnership(GetPartnershipRequest request)
Retrieves 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 AWSB2BigetPartnershipRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public GetProfileResult getProfile(GetProfileRequest request)
Retrieves the details for the profile specified by the profile ID. Profiles contain basic information about you and your business.
getProfile in interface AWSB2BigetProfileRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public GetTransformerResult getTransformer(GetTransformerRequest request)
Retrieves 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 AWSB2BigetTransformerRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public GetTransformerJobResult getTransformerJob(GetTransformerJobRequest request)
Returns the details of the transformer run, based on the Transformer job ID.
getTransformerJob in interface AWSB2BigetTransformerJobRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public ListCapabilitiesResult listCapabilities(ListCapabilitiesRequest request)
Lists 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 AWSB2BilistCapabilitiesRequest - public ListPartnershipsResult listPartnerships(ListPartnershipsRequest request)
Lists 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 AWSB2BilistPartnershipsRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public ListProfilesResult listProfiles(ListProfilesRequest request)
Lists 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 AWSB2BilistProfilesRequest - public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists 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 AWSB2BilistTagsForResourceRequest - ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.public ListTransformersResult listTransformers(ListTransformersRequest request)
Lists the available transformers. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.
listTransformers in interface AWSB2BilistTransformersRequest - public 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.
startTransformerJob in interface AWSB2BistartTransformerJobRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public TagResourceResult tagResource(TagResourceRequest request)
Attaches 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 AWSB2BitagResourceRequest - ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.public TestMappingResult testMapping(TestMappingRequest request)
Maps the input file according to the provided template file.
testMapping in interface AWSB2BitestMappingRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public TestParsingResult testParsing(TestParsingRequest request)
Parses the input EDI (electronic data interchange) file.
testParsing in interface AWSB2BitestParsingRequest - AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public UntagResourceResult untagResource(UntagResourceRequest request)
Detaches 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 AWSB2BiuntagResourceRequest - ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.public UpdateCapabilityResult updateCapability(UpdateCapabilityRequest request)
Updates 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 AWSB2BiupdateCapabilityRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public UpdatePartnershipResult updatePartnership(UpdatePartnershipRequest request)
Updates 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 AWSB2BiupdatePartnershipRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public UpdateProfileResult updateProfile(UpdateProfileRequest request)
Updates the specified parameters for a profile. Profiles contain basic information about you and your business.
updateProfile in interface AWSB2BiupdateProfileRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public UpdateTransformerResult updateTransformer(UpdateTransformerRequest request)
Updates 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 AWSB2BiupdateTransformerRequest - ConflictException - A conflict exception is thrown when you attempt to delete a resource (such as a profile or a capability)
that is being used by other resources.AccessDeniedException - You do not have sufficient access to perform this action.ValidationException - Occurs when a B2BI object cannot be validated against a request from another object.ThrottlingException - The request was denied due to throttling: the data speed and rendering may be limited depending on
various parameters and conditions.ResourceNotFoundException - Occurs when the requested resource does not exist, or cannot be found. In some cases, the resource exists
in a region other than the region specified in the API call.ServiceQuotaExceededException - Occurs when the calling command attempts to exceed one of the service quotas, for example trying to
create a capability when you already have the maximum number of capabilities allowed.InternalServerException - This exception is thrown when an error occurs in the Amazon Web Services B2B Data Interchange service.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response 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 the request.
getCachedResponseMetadata in interface AWSB2Birequest - The originally executed requestpublic void shutdown()
AWSB2Bishutdown in interface AWSB2Bishutdown in class AmazonWebServiceClientCopyright © 2023. All rights reserved.