| 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 extension version.
|
TypeVersionSummary |
TypeVersionSummary.withDescription(String description)
The description of the extension version.
|
TypeVersionSummary |
TypeVersionSummary.withIsDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
|
TypeVersionSummary |
TypeVersionSummary.withPublicVersionNumber(String publicVersionNumber)
For public extensions that have been activated for this account and region, the version of the public extension
to be used for CloudFormation operations in this account and region.
|
TypeVersionSummary |
TypeVersionSummary.withTimeCreated(Date timeCreated)
When the version was registered.
|
TypeVersionSummary |
TypeVersionSummary.withType(RegistryType type)
The kind of extension.
|
TypeVersionSummary |
TypeVersionSummary.withType(String type)
The kind of extension.
|
TypeVersionSummary |
TypeVersionSummary.withTypeName(String typeName)
The name of the extension.
|
TypeVersionSummary |
TypeVersionSummary.withVersionId(String versionId)
The ID of a specific version of the extension.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeVersionSummary> |
ListTypeVersionsResult.getTypeVersionSummaries()
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
| Modifier and Type | Method and Description |
|---|---|
ListTypeVersionsResult |
ListTypeVersionsResult.withTypeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension'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 extension's
versions. |
ListTypeVersionsResult |
ListTypeVersionsResult.withTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
Copyright © 2023. All rights reserved.