| 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 |
|---|---|
Future<CreatePartnershipResult> |
AWSB2BiAsyncClient.createPartnershipAsync(CreatePartnershipRequest request,
AsyncHandler<CreatePartnershipRequest,CreatePartnershipResult> asyncHandler) |
Future<CreatePartnershipResult> |
AWSB2BiAsync.createPartnershipAsync(CreatePartnershipRequest createPartnershipRequest,
AsyncHandler<CreatePartnershipRequest,CreatePartnershipResult> asyncHandler)
Creates a partnership between a customer and a trading partner, based on the supplied parameters.
|
Future<CreatePartnershipResult> |
AbstractAWSB2BiAsync.createPartnershipAsync(CreatePartnershipRequest request,
AsyncHandler<CreatePartnershipRequest,CreatePartnershipResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePartnershipRequest |
CreatePartnershipRequest.clone() |
CreatePartnershipRequest |
CreatePartnershipRequest.withCapabilities(Collection<String> capabilities)
Specifies a list of the capabilities associated with this partnership.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withCapabilities(String... capabilities)
Specifies a list of the capabilities associated with this partnership.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withClientToken(String clientToken)
Reserved for future use.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withEmail(String email)
Specifies the email address associated with this trading partner.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withName(String name)
Specifies a descriptive name for the partnership.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withPhone(String phone)
Specifies the phone number associated with the partnership.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withProfileId(String profileId)
Specifies the unique, system-generated identifier for the profile connected to this partnership.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withTags(Collection<Tag> tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
CreatePartnershipRequest |
CreatePartnershipRequest.withTags(Tag... tags)
Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type.
|
Copyright © 2023. All rights reserved.