| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
EntitySummary |
EntitySummary.clone() |
EntitySummary |
EntitySummary.withEntityArn(String entityArn)
The ARN associated with the unique identifier for the entity.
|
EntitySummary |
EntitySummary.withEntityId(String entityId)
The unique identifier for the entity.
|
EntitySummary |
EntitySummary.withEntityType(String entityType)
The type of the entity.
|
EntitySummary |
EntitySummary.withLastModifiedDate(String lastModifiedDate)
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
|
EntitySummary |
EntitySummary.withName(String name)
The name for the entity.
|
EntitySummary |
EntitySummary.withVisibility(String visibility)
The visibility status of the entity to buyers.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntitySummary> |
ListEntitiesResult.getEntitySummaryList()
Array of
EntitySummary object. |
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesResult |
ListEntitiesResult.withEntitySummaryList(EntitySummary... entitySummaryList)
Array of
EntitySummary object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitiesResult.setEntitySummaryList(Collection<EntitySummary> entitySummaryList)
Array of
EntitySummary object. |
ListEntitiesResult |
ListEntitiesResult.withEntitySummaryList(Collection<EntitySummary> entitySummaryList)
Array of
EntitySummary object. |
Copyright © 2021. All rights reserved.