| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
ScriptDetails |
ScriptDetails.clone() |
ScriptDetails |
CreateAppBlockRequest.getPostSetupScriptDetails()
The post setup script details of the app block.
|
ScriptDetails |
AppBlock.getPostSetupScriptDetails()
The post setup script details of the app block.
|
ScriptDetails |
CreateAppBlockRequest.getSetupScriptDetails()
The setup script details of the app block.
|
ScriptDetails |
AppBlock.getSetupScriptDetails()
The setup script details of the app block.
|
ScriptDetails |
ScriptDetails.withExecutableParameters(String executableParameters)
The runtime parameters passed to the run path for the script.
|
ScriptDetails |
ScriptDetails.withExecutablePath(String executablePath)
The run path for the script.
|
ScriptDetails |
ScriptDetails.withScriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
|
ScriptDetails |
ScriptDetails.withTimeoutInSeconds(Integer timeoutInSeconds)
The run timeout, in seconds, for the script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAppBlockRequest.setPostSetupScriptDetails(ScriptDetails postSetupScriptDetails)
The post setup script details of the app block.
|
void |
AppBlock.setPostSetupScriptDetails(ScriptDetails postSetupScriptDetails)
The post setup script details of the app block.
|
void |
CreateAppBlockRequest.setSetupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
void |
AppBlock.setSetupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withPostSetupScriptDetails(ScriptDetails postSetupScriptDetails)
The post setup script details of the app block.
|
AppBlock |
AppBlock.withPostSetupScriptDetails(ScriptDetails postSetupScriptDetails)
The post setup script details of the app block.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withSetupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
AppBlock |
AppBlock.withSetupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
Copyright © 2025. All rights reserved.