| 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<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 |
|---|---|
UpdatePartnershipRequest |
UpdatePartnershipRequest.clone() |
UpdatePartnershipRequest |
UpdatePartnershipRequest.withCapabilities(Collection<String> capabilities)
List of the capabilities associated with this partnership.
|
UpdatePartnershipRequest |
UpdatePartnershipRequest.withCapabilities(String... capabilities)
List of the capabilities associated with this partnership.
|
UpdatePartnershipRequest |
UpdatePartnershipRequest.withName(String name)
The name of the partnership, used to identify it.
|
UpdatePartnershipRequest |
UpdatePartnershipRequest.withPartnershipId(String partnershipId)
Specifies the unique, system-generated identifier for a partnership.
|
Copyright © 2023. All rights reserved.