| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAppBlockResult> |
AbstractAmazonAppStreamAsync.createAppBlockAsync(CreateAppBlockRequest request,
AsyncHandler<CreateAppBlockRequest,CreateAppBlockResult> asyncHandler) |
Future<CreateAppBlockResult> |
AmazonAppStreamAsyncClient.createAppBlockAsync(CreateAppBlockRequest request,
AsyncHandler<CreateAppBlockRequest,CreateAppBlockResult> asyncHandler) |
Future<CreateAppBlockResult> |
AmazonAppStreamAsync.createAppBlockAsync(CreateAppBlockRequest createAppBlockRequest,
AsyncHandler<CreateAppBlockRequest,CreateAppBlockResult> asyncHandler)
Creates an app block.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAppBlockRequest |
CreateAppBlockRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAppBlockRequest |
CreateAppBlockRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAppBlockRequest |
CreateAppBlockRequest.clone() |
CreateAppBlockRequest |
CreateAppBlockRequest.withDescription(String description)
The description of the app block.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withDisplayName(String displayName)
The display name of the app block.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withName(String name)
The name of the app block.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withSetupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withSourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
CreateAppBlockRequest |
CreateAppBlockRequest.withTags(Map<String,String> tags)
The tags assigned to the app block.
|
Copyright © 2023. All rights reserved.