| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
UpdateApplicationRequest.getIconS3Location()
The icon S3 location of the application.
|
S3Location |
CreateApplicationRequest.getIconS3Location()
The location in S3 of the application icon.
|
S3Location |
Application.getIconS3Location()
The S3 location of the application icon.
|
S3Location |
ScriptDetails.getScriptS3Location()
The S3 object location for the script.
|
S3Location |
UpdateFleetRequest.getSessionScriptS3Location()
The S3 location of the session scripts configuration zip file.
|
S3Location |
CreateFleetRequest.getSessionScriptS3Location()
The S3 location of the session scripts configuration zip file.
|
S3Location |
Fleet.getSessionScriptS3Location()
The S3 location of the session scripts configuration zip file.
|
S3Location |
CreateAppBlockRequest.getSourceS3Location()
The source S3 location of the app block.
|
S3Location |
AppBlock.getSourceS3Location()
The source S3 location of the app block.
|
S3Location |
S3Location.withS3Bucket(String s3Bucket)
The S3 bucket of the S3 object.
|
S3Location |
S3Location.withS3Key(String s3Key)
The S3 key of the S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationRequest.setIconS3Location(S3Location iconS3Location)
The icon S3 location of the application.
|
void |
CreateApplicationRequest.setIconS3Location(S3Location iconS3Location)
The location in S3 of the application icon.
|
void |
Application.setIconS3Location(S3Location iconS3Location)
The S3 location of the application icon.
|
void |
ScriptDetails.setScriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
|
void |
UpdateFleetRequest.setSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
void |
CreateFleetRequest.setSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
void |
Fleet.setSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
void |
CreateAppBlockRequest.setSourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
void |
AppBlock.setSourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withIconS3Location(S3Location iconS3Location)
The icon S3 location of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withIconS3Location(S3Location iconS3Location)
The location in S3 of the application icon.
|
Application |
Application.withIconS3Location(S3Location iconS3Location)
The S3 location of the application icon.
|
ScriptDetails |
ScriptDetails.withScriptS3Location(S3Location scriptS3Location)
The S3 object location for the script.
|
UpdateFleetRequest |
UpdateFleetRequest.withSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
CreateFleetRequest |
CreateFleetRequest.withSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
Fleet |
Fleet.withSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withSourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
AppBlock |
AppBlock.withSourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
Copyright © 2024. All rights reserved.