| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
TypeVersionSummary |
TypeVersionSummary.clone() |
TypeVersionSummary |
TypeVersionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the type version.
|
TypeVersionSummary |
TypeVersionSummary.withDescription(String description)
The description of the type version.
|
TypeVersionSummary |
TypeVersionSummary.withTimeCreated(Date timeCreated)
When the version was registered.
|
TypeVersionSummary |
TypeVersionSummary.withType(RegistryType type)
The kind of type.
|
TypeVersionSummary |
TypeVersionSummary.withType(String type)
The kind of type.
|
TypeVersionSummary |
TypeVersionSummary.withTypeName(String typeName)
The name of the type.
|
TypeVersionSummary |
TypeVersionSummary.withVersionId(String versionId)
The ID of a specific version of the type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeVersionSummary> |
ListTypeVersionsResult.getTypeVersionSummaries()
A list of
TypeVersionSummary structures that contain information about the specified type's
versions. |
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsResult |
ListTypeVersionsResult.withTypeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified type's
versions. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTypeVersionsResult.setTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified type's
versions. |
ListTypeVersionsResult |
ListTypeVersionsResult.withTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified type's
versions. |
Copyright © 2019. All rights reserved.