| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
EntityDetail |
EntityDetail.clone() |
EntityDetail |
EntityDetail.withEntityArn(String entityArn)
The Amazon Resource Name (ARN) of the entity.
|
EntityDetail |
EntityDetail.withEntityIdentifier(String entityIdentifier)
The ID of the entity, in the format of
EntityId@RevisionId. |
EntityDetail |
EntityDetail.withEntityType(String entityType)
The entity type of the entity, in the format of
EntityType@Version. |
EntityDetail |
EntityDetail.withLastModifiedDate(String lastModifiedDate)
The last time the entity was modified.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EntityDetail> |
BatchDescribeEntitiesResult.getEntityDetails()
Details about each entity.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeEntitiesResult |
BatchDescribeEntitiesResult.addEntityDetailsEntry(String key,
EntityDetail value)
Add a single EntityDetails entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDescribeEntitiesResult.setEntityDetails(Map<String,EntityDetail> entityDetails)
Details about each entity.
|
BatchDescribeEntitiesResult |
BatchDescribeEntitiesResult.withEntityDetails(Map<String,EntityDetail> entityDetails)
Details about each entity.
|
Copyright © 2024. All rights reserved.