| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceToImport |
ResourceToImport.addResourceIdentifierEntry(String key,
String value)
Add a single ResourceIdentifier entry
|
ResourceToImport |
ResourceToImport.clearResourceIdentifierEntries()
Removes all the entries added into ResourceIdentifier.
|
ResourceToImport |
ResourceToImport.clone() |
ResourceToImport |
ResourceToImport.withLogicalResourceId(String logicalResourceId)
The logical ID of the target resource as specified in the template.
|
ResourceToImport |
ResourceToImport.withResourceIdentifier(Map<String,String> resourceIdentifier)
A key-value pair that identifies the target resource.
|
ResourceToImport |
ResourceToImport.withResourceType(String resourceType)
The type of resource to import into your stack, such as
AWS::S3::Bucket. |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceToImport> |
CreateChangeSetRequest.getResourcesToImport()
The resources to import into your stack.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChangeSetRequest |
CreateChangeSetRequest.withResourcesToImport(ResourceToImport... resourcesToImport)
The resources to import into your stack.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateChangeSetRequest.setResourcesToImport(Collection<ResourceToImport> resourcesToImport)
The resources to import into your stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withResourcesToImport(Collection<ResourceToImport> resourcesToImport)
The resources to import into your stack.
|
Copyright © 2024. All rights reserved.