| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdentifierSummary |
ResourceIdentifierSummary.clone() |
ResourceIdentifierSummary |
ResourceIdentifierSummary.withLogicalResourceIds(Collection<String> logicalResourceIds)
The logical IDs of the target resources of the specified
ResourceType, as defined in the import
template. |
ResourceIdentifierSummary |
ResourceIdentifierSummary.withLogicalResourceIds(String... logicalResourceIds)
The logical IDs of the target resources of the specified
ResourceType, as defined in the import
template. |
ResourceIdentifierSummary |
ResourceIdentifierSummary.withResourceIdentifiers(Collection<String> resourceIdentifiers)
The resource properties you can provide during the import to identify your target resources.
|
ResourceIdentifierSummary |
ResourceIdentifierSummary.withResourceIdentifiers(String... resourceIdentifiers)
The resource properties you can provide during the import to identify your target resources.
|
ResourceIdentifierSummary |
ResourceIdentifierSummary.withResourceType(String resourceType)
The template resource type of the target resources, such as
AWS::S3::Bucket. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceIdentifierSummary> |
GetTemplateSummaryResult.getResourceIdentifierSummaries()
A list of resource identifier summaries that describe the target resources of an import operation and the
properties you can provide during the import to identify the target resources.
|
| Modifier and Type | Method and Description |
|---|---|
GetTemplateSummaryResult |
GetTemplateSummaryResult.withResourceIdentifierSummaries(ResourceIdentifierSummary... resourceIdentifierSummaries)
A list of resource identifier summaries that describe the target resources of an import operation and the
properties you can provide during the import to identify the target resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateSummaryResult.setResourceIdentifierSummaries(Collection<ResourceIdentifierSummary> resourceIdentifierSummaries)
A list of resource identifier summaries that describe the target resources of an import operation and the
properties you can provide during the import to identify the target resources.
|
GetTemplateSummaryResult |
GetTemplateSummaryResult.withResourceIdentifierSummaries(Collection<ResourceIdentifierSummary> resourceIdentifierSummaries)
A list of resource identifier summaries that describe the target resources of an import operation and the
properties you can provide during the import to identify the target resources.
|
Copyright © 2019. All rights reserved.