@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSB2BiAsync extends AbstractAWSB2Bi implements AWSB2BiAsync
AWSB2BiAsync
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
createCapability, createPartnership, createProfile, createTransformer, deleteCapability, deletePartnership, deleteProfile, deleteTransformer, getCachedResponseMetadata, getCapability, getPartnership, getProfile, getTransformer, getTransformerJob, listCapabilities, listPartnerships, listProfiles, listTagsForResource, listTransformers, shutdown, startTransformerJob, tagResource, testMapping, testParsing, untagResource, updateCapability, updatePartnership, updateProfile, updateTransformer
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCapability, createPartnership, createProfile, createTransformer, deleteCapability, deletePartnership, deleteProfile, deleteTransformer, getCachedResponseMetadata, getCapability, getPartnership, getProfile, getTransformer, getTransformerJob, listCapabilities, listPartnerships, listProfiles, listTagsForResource, listTransformers, shutdown, startTransformerJob, tagResource, testMapping, testParsing, untagResource, updateCapability, updatePartnership, updateProfile, updateTransformer
public Future<CreateCapabilityResult> createCapabilityAsync(CreateCapabilityRequest request)
AWSB2BiAsync
Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
createCapabilityAsync
in interface AWSB2BiAsync
public Future<CreateCapabilityResult> createCapabilityAsync(CreateCapabilityRequest request, AsyncHandler<CreateCapabilityRequest,CreateCapabilityResult> asyncHandler)
AWSB2BiAsync
Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
createCapabilityAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePartnershipResult> createPartnershipAsync(CreatePartnershipRequest request)
AWSB2BiAsync
Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
createPartnershipAsync
in interface AWSB2BiAsync
public Future<CreatePartnershipResult> createPartnershipAsync(CreatePartnershipRequest request, AsyncHandler<CreatePartnershipRequest,CreatePartnershipResult> asyncHandler)
AWSB2BiAsync
Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
createPartnershipAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProfileResult> createProfileAsync(CreateProfileRequest request)
AWSB2BiAsync
Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.
createProfileAsync
in interface AWSB2BiAsync
public Future<CreateProfileResult> createProfileAsync(CreateProfileRequest request, AsyncHandler<CreateProfileRequest,CreateProfileResult> asyncHandler)
AWSB2BiAsync
Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.
createProfileAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateTransformerResult> createTransformerAsync(CreateTransformerRequest request)
AWSB2BiAsync
Creates a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
createTransformerAsync
in interface AWSB2BiAsync
public Future<CreateTransformerResult> createTransformerAsync(CreateTransformerRequest request, AsyncHandler<CreateTransformerRequest,CreateTransformerResult> asyncHandler)
AWSB2BiAsync
Creates a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
createTransformerAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCapabilityResult> deleteCapabilityAsync(DeleteCapabilityRequest request)
AWSB2BiAsync
Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
deleteCapabilityAsync
in interface AWSB2BiAsync
public Future<DeleteCapabilityResult> deleteCapabilityAsync(DeleteCapabilityRequest request, AsyncHandler<DeleteCapabilityRequest,DeleteCapabilityResult> asyncHandler)
AWSB2BiAsync
Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
deleteCapabilityAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePartnershipResult> deletePartnershipAsync(DeletePartnershipRequest request)
AWSB2BiAsync
Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
deletePartnershipAsync
in interface AWSB2BiAsync
public Future<DeletePartnershipResult> deletePartnershipAsync(DeletePartnershipRequest request, AsyncHandler<DeletePartnershipRequest,DeletePartnershipResult> asyncHandler)
AWSB2BiAsync
Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
deletePartnershipAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProfileResult> deleteProfileAsync(DeleteProfileRequest request)
AWSB2BiAsync
Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.
deleteProfileAsync
in interface AWSB2BiAsync
public Future<DeleteProfileResult> deleteProfileAsync(DeleteProfileRequest request, AsyncHandler<DeleteProfileRequest,DeleteProfileResult> asyncHandler)
AWSB2BiAsync
Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.
deleteProfileAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteTransformerResult> deleteTransformerAsync(DeleteTransformerRequest request)
AWSB2BiAsync
Deletes the specified transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
deleteTransformerAsync
in interface AWSB2BiAsync
public Future<DeleteTransformerResult> deleteTransformerAsync(DeleteTransformerRequest request, AsyncHandler<DeleteTransformerRequest,DeleteTransformerResult> asyncHandler)
AWSB2BiAsync
Deletes the specified transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
deleteTransformerAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCapabilityResult> getCapabilityAsync(GetCapabilityRequest request)
AWSB2BiAsync
Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
getCapabilityAsync
in interface AWSB2BiAsync
public Future<GetCapabilityResult> getCapabilityAsync(GetCapabilityRequest request, AsyncHandler<GetCapabilityRequest,GetCapabilityResult> asyncHandler)
AWSB2BiAsync
Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
getCapabilityAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPartnershipResult> getPartnershipAsync(GetPartnershipRequest request)
AWSB2BiAsync
Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
getPartnershipAsync
in interface AWSB2BiAsync
public Future<GetPartnershipResult> getPartnershipAsync(GetPartnershipRequest request, AsyncHandler<GetPartnershipRequest,GetPartnershipResult> asyncHandler)
AWSB2BiAsync
Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
getPartnershipAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProfileResult> getProfileAsync(GetProfileRequest request)
AWSB2BiAsync
Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.
getProfileAsync
in interface AWSB2BiAsync
public Future<GetProfileResult> getProfileAsync(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
AWSB2BiAsync
Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.
getProfileAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTransformerResult> getTransformerAsync(GetTransformerRequest request)
AWSB2BiAsync
Retrieves the details for the transformer specified by the transformer ID. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
getTransformerAsync
in interface AWSB2BiAsync
public Future<GetTransformerResult> getTransformerAsync(GetTransformerRequest request, AsyncHandler<GetTransformerRequest,GetTransformerResult> asyncHandler)
AWSB2BiAsync
Retrieves the details for the transformer specified by the transformer ID. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
getTransformerAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTransformerJobResult> getTransformerJobAsync(GetTransformerJobRequest request)
AWSB2BiAsync
Returns the details of the transformer run, based on the Transformer job ID.
getTransformerJobAsync
in interface AWSB2BiAsync
public Future<GetTransformerJobResult> getTransformerJobAsync(GetTransformerJobRequest request, AsyncHandler<GetTransformerJobRequest,GetTransformerJobResult> asyncHandler)
AWSB2BiAsync
Returns the details of the transformer run, based on the Transformer job ID.
getTransformerJobAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCapabilitiesResult> listCapabilitiesAsync(ListCapabilitiesRequest request)
AWSB2BiAsync
Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
listCapabilitiesAsync
in interface AWSB2BiAsync
public Future<ListCapabilitiesResult> listCapabilitiesAsync(ListCapabilitiesRequest request, AsyncHandler<ListCapabilitiesRequest,ListCapabilitiesResult> asyncHandler)
AWSB2BiAsync
Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
listCapabilitiesAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPartnershipsResult> listPartnershipsAsync(ListPartnershipsRequest request)
AWSB2BiAsync
Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
listPartnershipsAsync
in interface AWSB2BiAsync
public Future<ListPartnershipsResult> listPartnershipsAsync(ListPartnershipsRequest request, AsyncHandler<ListPartnershipsRequest,ListPartnershipsResult> asyncHandler)
AWSB2BiAsync
Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
listPartnershipsAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProfilesResult> listProfilesAsync(ListProfilesRequest request)
AWSB2BiAsync
Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.
listProfilesAsync
in interface AWSB2BiAsync
public Future<ListProfilesResult> listProfilesAsync(ListProfilesRequest request, AsyncHandler<ListProfilesRequest,ListProfilesResult> asyncHandler)
AWSB2BiAsync
Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.
listProfilesAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSB2BiAsync
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.
listTagsForResourceAsync
in interface AWSB2BiAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSB2BiAsync
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.
listTagsForResourceAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTransformersResult> listTransformersAsync(ListTransformersRequest request)
AWSB2BiAsync
Lists the available transformers. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
listTransformersAsync
in interface AWSB2BiAsync
public Future<ListTransformersResult> listTransformersAsync(ListTransformersRequest request, AsyncHandler<ListTransformersRequest,ListTransformersResult> asyncHandler)
AWSB2BiAsync
Lists the available transformers. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
listTransformersAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartTransformerJobResult> startTransformerJobAsync(StartTransformerJobRequest request)
AWSB2BiAsync
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.
If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles,
partnerships or capabilities. Just create and configure a transformer, and then run the
StartTransformerJob
API to process your files.
startTransformerJobAsync
in interface AWSB2BiAsync
public Future<StartTransformerJobResult> startTransformerJobAsync(StartTransformerJobRequest request, AsyncHandler<StartTransformerJobRequest,StartTransformerJobResult> asyncHandler)
AWSB2BiAsync
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.
If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles,
partnerships or capabilities. Just create and configure a transformer, and then run the
StartTransformerJob
API to process your files.
startTransformerJobAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSB2BiAsync
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.
tagResourceAsync
in interface AWSB2BiAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSB2BiAsync
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.
tagResourceAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TestMappingResult> testMappingAsync(TestMappingRequest request)
AWSB2BiAsync
Maps the input file according to the provided template file. The API call downloads the file contents from the
Amazon S3 location, and passes the contents in as a string, to the inputFileContent
parameter.
testMappingAsync
in interface AWSB2BiAsync
public Future<TestMappingResult> testMappingAsync(TestMappingRequest request, AsyncHandler<TestMappingRequest,TestMappingResult> asyncHandler)
AWSB2BiAsync
Maps the input file according to the provided template file. The API call downloads the file contents from the
Amazon S3 location, and passes the contents in as a string, to the inputFileContent
parameter.
testMappingAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TestParsingResult> testParsingAsync(TestParsingRequest request)
AWSB2BiAsync
Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.
testParsingAsync
in interface AWSB2BiAsync
public Future<TestParsingResult> testParsingAsync(TestParsingRequest request, AsyncHandler<TestParsingRequest,TestParsingResult> asyncHandler)
AWSB2BiAsync
Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.
testParsingAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSB2BiAsync
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.
untagResourceAsync
in interface AWSB2BiAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSB2BiAsync
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.
untagResourceAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCapabilityResult> updateCapabilityAsync(UpdateCapabilityRequest request)
AWSB2BiAsync
Updates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
updateCapabilityAsync
in interface AWSB2BiAsync
public Future<UpdateCapabilityResult> updateCapabilityAsync(UpdateCapabilityRequest request, AsyncHandler<UpdateCapabilityRequest,UpdateCapabilityResult> asyncHandler)
AWSB2BiAsync
Updates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
updateCapabilityAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePartnershipResult> updatePartnershipAsync(UpdatePartnershipRequest request)
AWSB2BiAsync
Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
updatePartnershipAsync
in interface AWSB2BiAsync
public Future<UpdatePartnershipResult> updatePartnershipAsync(UpdatePartnershipRequest request, AsyncHandler<UpdatePartnershipRequest,UpdatePartnershipResult> asyncHandler)
AWSB2BiAsync
Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.
updatePartnershipAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProfileResult> updateProfileAsync(UpdateProfileRequest request)
AWSB2BiAsync
Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of a private network.
updateProfileAsync
in interface AWSB2BiAsync
public Future<UpdateProfileResult> updateProfileAsync(UpdateProfileRequest request, AsyncHandler<UpdateProfileRequest,UpdateProfileResult> asyncHandler)
AWSB2BiAsync
Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of a private network.
updateProfileAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTransformerResult> updateTransformerAsync(UpdateTransformerRequest request)
AWSB2BiAsync
Updates the specified parameters for a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
updateTransformerAsync
in interface AWSB2BiAsync
public Future<UpdateTransformerResult> updateTransformerAsync(UpdateTransformerRequest request, AsyncHandler<UpdateTransformerRequest,UpdateTransformerResult> asyncHandler)
AWSB2BiAsync
Updates the specified parameters for a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
updateTransformerAsync
in interface AWSB2BiAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.