| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
ScriptDetails |
AppBlock.postSetupScriptDetails()
The post setup script details of the app block.
|
ScriptDetails |
CreateAppBlockRequest.postSetupScriptDetails()
The post setup script details of the app block.
|
ScriptDetails |
AppBlock.setupScriptDetails()
The setup script details of the app block.
|
ScriptDetails |
CreateAppBlockRequest.setupScriptDetails()
The setup script details of the app block.
|
| Modifier and Type | Method and Description |
|---|---|
AppBlock.Builder |
AppBlock.Builder.postSetupScriptDetails(ScriptDetails postSetupScriptDetails)
The post setup script details of the app block.
|
CreateAppBlockRequest.Builder |
CreateAppBlockRequest.Builder.postSetupScriptDetails(ScriptDetails postSetupScriptDetails)
The post setup script details of the app block.
|
AppBlock.Builder |
AppBlock.Builder.setupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
CreateAppBlockRequest.Builder |
CreateAppBlockRequest.Builder.setupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
Copyright © 2023. All rights reserved.