| Package | Description |
|---|---|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
PartnershipSummary |
PartnershipSummary.clone() |
PartnershipSummary |
PartnershipSummary.withCapabilities(Collection<String> capabilities)
Returns one or more capabilities associated with this partnership.
|
PartnershipSummary |
PartnershipSummary.withCapabilities(String... capabilities)
Returns one or more capabilities associated with this partnership.
|
PartnershipSummary |
PartnershipSummary.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the partnership.
|
PartnershipSummary |
PartnershipSummary.withModifiedAt(Date modifiedAt)
Returns a timestamp that identifies the most recent date and time that the partnership was modified.
|
PartnershipSummary |
PartnershipSummary.withName(String name)
Returns the name of the partnership.
|
PartnershipSummary |
PartnershipSummary.withPartnershipId(String partnershipId)
Returns the unique, system-generated identifier for a partnership.
|
PartnershipSummary |
PartnershipSummary.withProfileId(String profileId)
Returns the unique, system-generated identifier for the profile connected to this partnership.
|
PartnershipSummary |
PartnershipSummary.withTradingPartnerId(String tradingPartnerId)
Returns the unique, system-generated identifier for a trading partner.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartnershipSummary> |
ListPartnershipsResult.getPartnerships()
Specifies a list of your partnerships.
|
| Modifier and Type | Method and Description |
|---|---|
ListPartnershipsResult |
ListPartnershipsResult.withPartnerships(PartnershipSummary... partnerships)
Specifies a list of your partnerships.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPartnershipsResult.setPartnerships(Collection<PartnershipSummary> partnerships)
Specifies a list of your partnerships.
|
ListPartnershipsResult |
ListPartnershipsResult.withPartnerships(Collection<PartnershipSummary> partnerships)
Specifies a list of your partnerships.
|
Copyright © 2023. All rights reserved.