| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
TypeConfigurationDetails |
TypeConfigurationDetails.clone() |
TypeConfigurationDetails |
TypeConfigurationDetails.withAlias(String alias)
The alias specified for this configuration, if one was specified when the configuration was set.
|
TypeConfigurationDetails |
TypeConfigurationDetails.withArn(String arn)
The Amazon Resource Name (ARN) for the configuration data, in this account and Region.
|
TypeConfigurationDetails |
TypeConfigurationDetails.withConfiguration(String configuration)
A JSON string specifying the configuration data for the extension, in this account and Region.
|
TypeConfigurationDetails |
TypeConfigurationDetails.withIsDefaultConfiguration(Boolean isDefaultConfiguration)
Whether this configuration data is the default configuration for the extension.
|
TypeConfigurationDetails |
TypeConfigurationDetails.withLastUpdated(Date lastUpdated)
When the configuration data was last updated for this extension.
|
TypeConfigurationDetails |
TypeConfigurationDetails.withTypeArn(String typeArn)
The Amazon Resource Name (ARN) for the extension, in this account and Region.
|
TypeConfigurationDetails |
TypeConfigurationDetails.withTypeName(String typeName)
The name of the extension.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeConfigurationDetails> |
BatchDescribeTypeConfigurationsResult.getTypeConfigurations()
A list of any of the specified extension configurations from the CloudFormation registry.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeTypeConfigurationsResult |
BatchDescribeTypeConfigurationsResult.withTypeConfigurations(TypeConfigurationDetails... typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDescribeTypeConfigurationsResult.setTypeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
BatchDescribeTypeConfigurationsResult |
BatchDescribeTypeConfigurationsResult.withTypeConfigurations(Collection<TypeConfigurationDetails> typeConfigurations)
A list of any of the specified extension configurations from the CloudFormation registry.
|
Copyright © 2024. All rights reserved.