| 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 |
|---|---|
CreatePartnershipResult |
AWSB2BiClient.createPartnership(CreatePartnershipRequest request)
Creates a partnership between a customer and a trading partner, based on the supplied parameters.
|
CreatePartnershipResult |
AbstractAWSB2Bi.createPartnership(CreatePartnershipRequest request) |
CreatePartnershipResult |
AWSB2Bi.createPartnership(CreatePartnershipRequest createPartnershipRequest)
Creates a partnership between a customer and a trading partner, based on the supplied parameters.
|
| 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 |
|---|---|
CreatePartnershipResult |
CreatePartnershipResult.clone() |
CreatePartnershipResult |
CreatePartnershipResult.withCapabilities(Collection<String> capabilities)
Returns one or more capabilities associated with this partnership.
|
CreatePartnershipResult |
CreatePartnershipResult.withCapabilities(String... capabilities)
Returns one or more capabilities associated with this partnership.
|
CreatePartnershipResult |
CreatePartnershipResult.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the partnership.
|
CreatePartnershipResult |
CreatePartnershipResult.withEmail(String email)
Returns the email address associated with this trading partner.
|
CreatePartnershipResult |
CreatePartnershipResult.withName(String name)
Returns a descriptive name for the partnership.
|
CreatePartnershipResult |
CreatePartnershipResult.withPartnershipArn(String partnershipArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
CreatePartnershipResult |
CreatePartnershipResult.withPartnershipId(String partnershipId)
Returns the unique, system-generated identifier for a partnership.
|
CreatePartnershipResult |
CreatePartnershipResult.withPhone(String phone)
Returns the phone number associated with the partnership.
|
CreatePartnershipResult |
CreatePartnershipResult.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile connected to this partnership.
|
CreatePartnershipResult |
CreatePartnershipResult.withTradingPartnerId(String tradingPartnerId)
Returns the unique, system-generated identifier for a trading partner.
|
Copyright © 2024. All rights reserved.