| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
StackInstance |
StackInstance.clone() |
StackInstance |
StackInstance.withAccount(String account)
The name of the Amazon Web Services account that the stack instance is associated with.
|
StackInstance |
StackInstance.withRegion(String region)
The name of the Amazon Web Services Region that the stack instance is associated with.
|
StackInstance |
StackInstance.withStackInstanceStatus(StackInstanceStatus stackInstanceStatus)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
StackInstance |
StackInstance.withStackInstanceStatus(String stackInstanceStatus)
The status of the stack instance, in terms of its synchronization with its associated stack set.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackInstance> |
ListStackInstancesForProvisionedProductResult.getStackInstances()
List of stack instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListStackInstancesForProvisionedProductResult |
ListStackInstancesForProvisionedProductResult.withStackInstances(StackInstance... stackInstances)
List of stack instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStackInstancesForProvisionedProductResult.setStackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
|
ListStackInstancesForProvisionedProductResult |
ListStackInstancesForProvisionedProductResult.withStackInstances(Collection<StackInstance> stackInstances)
List of stack instances.
|
Copyright © 2023. All rights reserved.