| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.clone() |
Stack |
CreateStackResult.getStack()
Information about the stack.
|
Stack |
UpdateStackResult.getStack()
Information about the stack.
|
Stack |
Stack.withApplicationSettings(ApplicationSettingsResponse applicationSettings)
The persistent application settings for users of the stack.
|
Stack |
Stack.withArn(String arn)
The ARN of the stack.
|
Stack |
Stack.withCreatedTime(Date createdTime)
The time the stack was created.
|
Stack |
Stack.withDescription(String description)
The description for display.
|
Stack |
Stack.withDisplayName(String displayName)
The stack name for display.
|
Stack |
Stack.withFeedbackURL(String feedbackURL)
The URL that users are redirected to after they click the Send Feedback link.
|
Stack |
Stack.withName(String name)
The name of the stack.
|
Stack |
Stack.withRedirectURL(String redirectURL)
The URL that users are redirected to after their streaming session ends.
|
Stack |
Stack.withStackErrors(Collection<StackError> stackErrors)
The errors for the stack.
|
Stack |
Stack.withStackErrors(StackError... stackErrors)
The errors for the stack.
|
Stack |
Stack.withStorageConnectors(Collection<StorageConnector> storageConnectors)
The storage connectors to enable.
|
Stack |
Stack.withStorageConnectors(StorageConnector... storageConnectors)
The storage connectors to enable.
|
Stack |
Stack.withUserSettings(Collection<UserSetting> userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
Stack |
Stack.withUserSettings(UserSetting... userSettings)
The actions that are enabled or disabled for users during their streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
DescribeStacksResult.getStacks()
Information about the stacks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStackResult.setStack(Stack stack)
Information about the stack.
|
void |
UpdateStackResult.setStack(Stack stack)
Information about the stack.
|
CreateStackResult |
CreateStackResult.withStack(Stack stack)
Information about the stack.
|
UpdateStackResult |
UpdateStackResult.withStack(Stack stack)
Information about the stack.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Stack... stacks)
Information about the stacks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStacksResult.setStacks(Collection<Stack> stacks)
Information about the stacks.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Collection<Stack> stacks)
Information about the stacks.
|
Copyright © 2018. All rights reserved.