| 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 |
|---|---|
GetPartnershipResult |
AWSB2BiClient.getPartnership(GetPartnershipRequest request)
Retrieves the details for a partnership, based on the partner and profile IDs specified.
|
GetPartnershipResult |
AWSB2Bi.getPartnership(GetPartnershipRequest getPartnershipRequest)
Retrieves the details for a partnership, based on the partner and profile IDs specified.
|
GetPartnershipResult |
AbstractAWSB2Bi.getPartnership(GetPartnershipRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPartnershipResult> |
AWSB2BiAsyncClient.getPartnershipAsync(GetPartnershipRequest request,
AsyncHandler<GetPartnershipRequest,GetPartnershipResult> asyncHandler) |
Future<GetPartnershipResult> |
AWSB2BiAsync.getPartnershipAsync(GetPartnershipRequest getPartnershipRequest,
AsyncHandler<GetPartnershipRequest,GetPartnershipResult> asyncHandler)
Retrieves the details for a partnership, based on the partner and profile IDs specified.
|
Future<GetPartnershipResult> |
AbstractAWSB2BiAsync.getPartnershipAsync(GetPartnershipRequest request,
AsyncHandler<GetPartnershipRequest,GetPartnershipResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPartnershipResult |
GetPartnershipResult.clone() |
GetPartnershipResult |
GetPartnershipResult.withCapabilities(Collection<String> capabilities)
Returns one or more capabilities associated with this partnership.
|
GetPartnershipResult |
GetPartnershipResult.withCapabilities(String... capabilities)
Returns one or more capabilities associated with this partnership.
|
GetPartnershipResult |
GetPartnershipResult.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the partnership.
|
GetPartnershipResult |
GetPartnershipResult.withEmail(String email)
Returns the email address associated with this trading partner.
|
GetPartnershipResult |
GetPartnershipResult.withModifiedAt(Date modifiedAt)
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
|
GetPartnershipResult |
GetPartnershipResult.withName(String name)
Returns the display name of the partnership
|
GetPartnershipResult |
GetPartnershipResult.withPartnershipArn(String partnershipArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
GetPartnershipResult |
GetPartnershipResult.withPartnershipId(String partnershipId)
Returns the unique, system-generated identifier for a partnership.
|
GetPartnershipResult |
GetPartnershipResult.withPhone(String phone)
Returns the phone number associated with the partnership.
|
GetPartnershipResult |
GetPartnershipResult.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile connected to this partnership.
|
GetPartnershipResult |
GetPartnershipResult.withTradingPartnerId(String tradingPartnerId)
Returns the unique identifier for the partner for this partnership.
|
Copyright © 2024. All rights reserved.