| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
TypeSummary |
TypeSummary.clone() |
TypeSummary |
TypeSummary.withDefaultVersionId(String defaultVersionId)
The ID of the default version of the type.
|
TypeSummary |
TypeSummary.withDescription(String description)
The description of the type.
|
TypeSummary |
TypeSummary.withLastUpdated(Date lastUpdated)
When the current default version of the type was registered.
|
TypeSummary |
TypeSummary.withType(RegistryType type)
The kind of type.
|
TypeSummary |
TypeSummary.withType(String type)
The kind of type.
|
TypeSummary |
TypeSummary.withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
|
TypeSummary |
TypeSummary.withTypeName(String typeName)
The name of the type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeSummary> |
ListTypesResult.getTypeSummaries()
A list of
TypeSummary structures that contain information about the specified types. |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResult |
ListTypesResult.withTypeSummaries(TypeSummary... typeSummaries)
A list of
TypeSummary structures that contain information about the specified types. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTypesResult.setTypeSummaries(Collection<TypeSummary> typeSummaries)
A list of
TypeSummary structures that contain information about the specified types. |
ListTypesResult |
ListTypesResult.withTypeSummaries(Collection<TypeSummary> typeSummaries)
A list of
TypeSummary structures that contain information about the specified types. |
Copyright © 2021. All rights reserved.