| 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 |
|---|---|
UpdateCapabilityResult |
AWSB2BiClient.updateCapability(UpdateCapabilityRequest request)
Updates some of the parameters for a capability, based on the specified parameters.
|
UpdateCapabilityResult |
AWSB2Bi.updateCapability(UpdateCapabilityRequest updateCapabilityRequest)
Updates some of the parameters for a capability, based on the specified parameters.
|
UpdateCapabilityResult |
AbstractAWSB2Bi.updateCapability(UpdateCapabilityRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCapabilityResult> |
AWSB2BiAsyncClient.updateCapabilityAsync(UpdateCapabilityRequest request,
AsyncHandler<UpdateCapabilityRequest,UpdateCapabilityResult> asyncHandler) |
Future<UpdateCapabilityResult> |
AWSB2BiAsync.updateCapabilityAsync(UpdateCapabilityRequest updateCapabilityRequest,
AsyncHandler<UpdateCapabilityRequest,UpdateCapabilityResult> asyncHandler)
Updates some of the parameters for a capability, based on the specified parameters.
|
Future<UpdateCapabilityResult> |
AbstractAWSB2BiAsync.updateCapabilityAsync(UpdateCapabilityRequest request,
AsyncHandler<UpdateCapabilityRequest,UpdateCapabilityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateCapabilityResult |
UpdateCapabilityResult.clone() |
UpdateCapabilityResult |
UpdateCapabilityResult.withCapabilityArn(String capabilityArn)
Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability,
partnership, profile, or transformer.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withCapabilityId(String capabilityId)
Returns a system-assigned unique identifier for the capability.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withConfiguration(CapabilityConfiguration configuration)
Returns a structure that contains the details for a capability.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the capability.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withInstructionsDocuments(Collection<S3Location> instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withInstructionsDocuments(S3Location... instructionsDocuments)
Returns one or more locations in Amazon S3, each specifying an EDI document that can be used with this
capability.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withModifiedAt(Date modifiedAt)
Returns a timestamp for last time the capability was modified.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withName(String name)
Returns the name of the capability, used to identify it.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withType(CapabilityType type)
Returns the type of the capability.
|
UpdateCapabilityResult |
UpdateCapabilityResult.withType(String type)
Returns the type of the capability.
|
Copyright © 2024. All rights reserved.