| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
AppBlock |
AppBlock.clone() |
AppBlock |
CreateAppBlockResult.getAppBlock()
The app block.
|
AppBlock |
AppBlock.withArn(String arn)
The ARN of the app block.
|
AppBlock |
AppBlock.withCreatedTime(Date createdTime)
The created time of the app block.
|
AppBlock |
AppBlock.withDescription(String description)
The description of the app block.
|
AppBlock |
AppBlock.withDisplayName(String displayName)
The display name of the app block.
|
AppBlock |
AppBlock.withName(String name)
The name of the app block.
|
AppBlock |
AppBlock.withSetupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
AppBlock |
AppBlock.withSourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppBlock> |
DescribeAppBlocksResult.getAppBlocks()
The app blocks in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAppBlockResult.setAppBlock(AppBlock appBlock)
The app block.
|
CreateAppBlockResult |
CreateAppBlockResult.withAppBlock(AppBlock appBlock)
The app block.
|
DescribeAppBlocksResult |
DescribeAppBlocksResult.withAppBlocks(AppBlock... appBlocks)
The app blocks in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAppBlocksResult.setAppBlocks(Collection<AppBlock> appBlocks)
The app blocks in the list.
|
DescribeAppBlocksResult |
DescribeAppBlocksResult.withAppBlocks(Collection<AppBlock> appBlocks)
The app blocks in the list.
|
Copyright © 2021. All rights reserved.