| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.clone() |
Stack |
CreateStackResult.getStack()
The details for the created stack.
|
Stack |
UpdateStackResult.getStack()
A list of stack details.
|
Stack |
Stack.withArn(String arn)
The ARN of the stack.
|
Stack |
Stack.withCreatedTime(Date createdTime)
The timestamp when the stack was created.
|
Stack |
Stack.withDescription(String description)
A meaningful description for the stack.
|
Stack |
Stack.withDisplayName(String displayName)
A display name for the stack.
|
Stack |
Stack.withName(String name)
The unique identifier of the stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
DescribeStacksResult.getStacks()
The list of stack details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStackResult.setStack(Stack stack)
The details for the created stack.
|
void |
UpdateStackResult.setStack(Stack stack)
A list of stack details.
|
CreateStackResult |
CreateStackResult.withStack(Stack stack)
The details for the created stack.
|
UpdateStackResult |
UpdateStackResult.withStack(Stack stack)
A list of stack details.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Stack... stacks)
The list of stack details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStacksResult.setStacks(Collection<Stack> stacks)
The list of stack details.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Collection<Stack> stacks)
The list of stack details.
|
Copyright © 2016. All rights reserved.