| Package | Description |
|---|---|
| com.amazonaws.services.b2bi.model |
| Modifier and Type | Method and Description |
|---|---|
CapabilitySummary |
CapabilitySummary.clone() |
CapabilitySummary |
CapabilitySummary.withCapabilityId(String capabilityId)
Returns a system-assigned unique identifier for the capability.
|
CapabilitySummary |
CapabilitySummary.withCreatedAt(Date createdAt)
Returns a timestamp for creation date and time of the capability.
|
CapabilitySummary |
CapabilitySummary.withModifiedAt(Date modifiedAt)
Returns a timestamp that identifies the most recent date and time that the capability was modified.
|
CapabilitySummary |
CapabilitySummary.withName(String name)
The display name of the capability.
|
CapabilitySummary |
CapabilitySummary.withType(CapabilityType type)
Returns the type of the capability.
|
CapabilitySummary |
CapabilitySummary.withType(String type)
Returns the type of the capability.
|
| Modifier and Type | Method and Description |
|---|---|
List<CapabilitySummary> |
ListCapabilitiesResult.getCapabilities()
Returns one or more capabilities associated with this partnership.
|
| Modifier and Type | Method and Description |
|---|---|
ListCapabilitiesResult |
ListCapabilitiesResult.withCapabilities(CapabilitySummary... capabilities)
Returns one or more capabilities associated with this partnership.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCapabilitiesResult.setCapabilities(Collection<CapabilitySummary> capabilities)
Returns one or more capabilities associated with this partnership.
|
ListCapabilitiesResult |
ListCapabilitiesResult.withCapabilities(Collection<CapabilitySummary> capabilities)
Returns one or more capabilities associated with this partnership.
|
Copyright © 2024. All rights reserved.