| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
TypeConfigurationIdentifier |
TypeConfigurationIdentifier.clone() |
TypeConfigurationIdentifier |
BatchDescribeTypeConfigurationsError.getTypeConfigurationIdentifier() |
TypeConfigurationIdentifier |
TypeConfigurationIdentifier.withType(String type)
The type of extension.
|
TypeConfigurationIdentifier |
TypeConfigurationIdentifier.withType(ThirdPartyType type)
The type of extension.
|
TypeConfigurationIdentifier |
TypeConfigurationIdentifier.withTypeArn(String typeArn)
The Amazon Resource Name (ARN) for the extension, in this account and region.
|
TypeConfigurationIdentifier |
TypeConfigurationIdentifier.withTypeConfigurationAlias(String typeConfigurationAlias)
The alias specified for this configuration, if one was specified when the configuration was set.
|
TypeConfigurationIdentifier |
TypeConfigurationIdentifier.withTypeConfigurationArn(String typeConfigurationArn)
The Amazon Resource Name (ARN) for the configuration, in this account and region.
|
TypeConfigurationIdentifier |
TypeConfigurationIdentifier.withTypeName(String typeName)
The name of the extension type to which this configuration applies.
|
| Modifier and Type | Method and Description |
|---|---|
List<TypeConfigurationIdentifier> |
BatchDescribeTypeConfigurationsRequest.getTypeConfigurationIdentifiers()
The list of identifiers for the desired extension configurations.
|
List<TypeConfigurationIdentifier> |
BatchDescribeTypeConfigurationsResult.getUnprocessedTypeConfigurations()
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDescribeTypeConfigurationsError.setTypeConfigurationIdentifier(TypeConfigurationIdentifier typeConfigurationIdentifier) |
BatchDescribeTypeConfigurationsError |
BatchDescribeTypeConfigurationsError.withTypeConfigurationIdentifier(TypeConfigurationIdentifier typeConfigurationIdentifier) |
BatchDescribeTypeConfigurationsRequest |
BatchDescribeTypeConfigurationsRequest.withTypeConfigurationIdentifiers(TypeConfigurationIdentifier... typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
|
BatchDescribeTypeConfigurationsResult |
BatchDescribeTypeConfigurationsResult.withUnprocessedTypeConfigurations(TypeConfigurationIdentifier... unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDescribeTypeConfigurationsRequest.setTypeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
|
void |
BatchDescribeTypeConfigurationsResult.setUnprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
BatchDescribeTypeConfigurationsRequest |
BatchDescribeTypeConfigurationsRequest.withTypeConfigurationIdentifiers(Collection<TypeConfigurationIdentifier> typeConfigurationIdentifiers)
The list of identifiers for the desired extension configurations.
|
BatchDescribeTypeConfigurationsResult |
BatchDescribeTypeConfigurationsResult.withUnprocessedTypeConfigurations(Collection<TypeConfigurationIdentifier> unprocessedTypeConfigurations)
A list of any of the specified extension configurations that CloudFormation could not process for any reason.
|
Copyright © 2023. All rights reserved.