| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeEntityResponse.Builder |
DescribeEntityResponse.builder() |
DescribeEntityResponse.Builder |
DescribeEntityResponse.Builder.details(String details)
This stringified JSON object includes the details of the entity.
|
DescribeEntityResponse.Builder |
DescribeEntityResponse.Builder.entityArn(String entityArn)
The ARN associated to the unique identifier for the entity referenced in this request.
|
DescribeEntityResponse.Builder |
DescribeEntityResponse.Builder.entityIdentifier(String entityIdentifier)
The identifier of the entity, in the format of
EntityId@RevisionId. |
DescribeEntityResponse.Builder |
DescribeEntityResponse.Builder.entityType(String entityType)
The named type of the entity, in the format of
EntityType@Version. |
DescribeEntityResponse.Builder |
DescribeEntityResponse.Builder.lastModifiedDate(String lastModifiedDate)
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
|
DescribeEntityResponse.Builder |
DescribeEntityResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeEntityResponse.Builder> |
DescribeEntityResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.