| 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 |
|---|---|
UpdatePartnershipResult |
AWSB2BiClient.updatePartnership(UpdatePartnershipRequest request)
Updates some of the parameters for a partnership between a customer and trading partner.
|
UpdatePartnershipResult |
AWSB2Bi.updatePartnership(UpdatePartnershipRequest updatePartnershipRequest)
Updates some of the parameters for a partnership between a customer and trading partner.
|
UpdatePartnershipResult |
AbstractAWSB2Bi.updatePartnership(UpdatePartnershipRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePartnershipResult> |
AWSB2BiAsyncClient.updatePartnershipAsync(UpdatePartnershipRequest request,
AsyncHandler<UpdatePartnershipRequest,UpdatePartnershipResult> asyncHandler) |
Future<UpdatePartnershipResult> |
AWSB2BiAsync.updatePartnershipAsync(UpdatePartnershipRequest updatePartnershipRequest,
AsyncHandler<UpdatePartnershipRequest,UpdatePartnershipResult> asyncHandler)
Updates some of the parameters for a partnership between a customer and trading partner.
|
Future<UpdatePartnershipResult> |
AbstractAWSB2BiAsync.updatePartnershipAsync(UpdatePartnershipRequest request,
AsyncHandler<UpdatePartnershipRequest,UpdatePartnershipResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePartnershipResult |
UpdatePartnershipResult.clone() |
UpdatePartnershipResult |
UpdatePartnershipResult.withCapabilities(Collection<String> capabilities)
Returns one or more capabilities associated with this partnership.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withCapabilities(String... capabilities)
Returns one or more capabilities associated with this partnership.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withCreatedAt(Date createdAt)
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withEmail(String email)
Returns the email address associated with this trading partner.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withModifiedAt(Date modifiedAt)
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withName(String name)
The name of the partnership, used to identify it.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withPartnershipArn(String partnershipArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withPartnershipId(String partnershipId)
Returns the unique, system-generated identifier for a partnership.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withPhone(String phone)
Returns the phone number associated with the partnership.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile connected to this partnership.
|
UpdatePartnershipResult |
UpdatePartnershipResult.withTradingPartnerId(String tradingPartnerId)
Returns the unique, system-generated identifier for a trading partner.
|
Copyright © 2023. All rights reserved.