| 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 extension.
|
TypeSummary |
TypeSummary.withDescription(String description)
The description of the extension.
|
TypeSummary |
TypeSummary.withIsActivated(Boolean isActivated)
Whether or not the extension is activated for this account and region.
|
TypeSummary |
TypeSummary.withLastUpdated(Date lastUpdated)
When the specified extension version was registered.
|
TypeSummary |
TypeSummary.withLatestPublicVersion(String latestPublicVersion)
For public extensions that have been activated for this account and region, the latest version of the public
extension that is available.
|
TypeSummary |
TypeSummary.withOriginalTypeName(String originalTypeName)
For public extensions that have been activated for this account and region, the type name of the public
extension.
|
TypeSummary |
TypeSummary.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.
|
TypeSummary |
TypeSummary.withPublisherId(String publisherId)
The ID of the extension publisher, if the extension is published by a third party.
|
TypeSummary |
TypeSummary.withPublisherIdentity(IdentityProvider publisherIdentity)
The service used to verify the publisher identity.
|
TypeSummary |
TypeSummary.withPublisherIdentity(String publisherIdentity)
The service used to verify the publisher identity.
|
TypeSummary |
TypeSummary.withPublisherName(String publisherName)
The publisher name, as defined in the public profile for that publisher in the service used to verify the
publisher identity.
|
TypeSummary |
TypeSummary.withType(RegistryType type)
The kind of extension.
|
TypeSummary |
TypeSummary.withType(String type)
The kind of extension.
|
TypeSummary |
TypeSummary.withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension.
|
TypeSummary |
TypeSummary.withTypeName(String typeName)
The name of the extension.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeSummary> |
ListTypesResult.getTypeSummaries()
A list of
TypeSummary structures that contain information about the specified extensions. |
| Modifier and Type | Method and Description |
|---|---|
ListTypesResult |
ListTypesResult.withTypeSummaries(TypeSummary... typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTypesResult.setTypeSummaries(Collection<TypeSummary> typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
ListTypesResult |
ListTypesResult.withTypeSummaries(Collection<TypeSummary> typeSummaries)
A list of
TypeSummary structures that contain information about the specified extensions. |
Copyright © 2021. All rights reserved.