| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Stack |
CreateStackResponse.stack()
Information about the stack.
|
Stack |
UpdateStackResponse.stack()
Information about the stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
DescribeStacksResponse.stacks()
Information about the stacks.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStackResponse.Builder |
CreateStackResponse.Builder.stack(Stack stack)
Information about the stack.
|
UpdateStackResponse.Builder |
UpdateStackResponse.Builder.stack(Stack stack)
Information about the stack.
|
DescribeStacksResponse.Builder |
DescribeStacksResponse.Builder.stacks(Stack... stacks)
Information about the stacks.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResponse.Builder |
DescribeStacksResponse.Builder.stacks(Collection<Stack> stacks)
Information about the stacks.
|
Copyright © 2023. All rights reserved.