| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingImage |
StreamingImage.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StreamingImage |
StreamingImage.clearTagsEntries()
Removes all the entries added into Tags.
|
StreamingImage |
StreamingImage.clone() |
StreamingImage |
UpdateStreamingImageResult.getStreamingImage() |
StreamingImage |
GetStreamingImageResult.getStreamingImage()
The streaming image.
|
StreamingImage |
DeleteStreamingImageResult.getStreamingImage()
The streaming image.
|
StreamingImage |
CreateStreamingImageResult.getStreamingImage()
The streaming image.
|
StreamingImage |
StreamingImage.withArn(String arn)
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
StreamingImage |
StreamingImage.withDescription(String description)
A human-readable description of the streaming image.
|
StreamingImage |
StreamingImage.withEc2ImageId(String ec2ImageId)
The ID of an EC2 machine image with which to create the streaming image.
|
StreamingImage |
StreamingImage.withEncryptionConfiguration(StreamingImageEncryptionConfiguration encryptionConfiguration)
The encryption configuration.
|
StreamingImage |
StreamingImage.withEulaIds(Collection<String> eulaIds)
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
|
StreamingImage |
StreamingImage.withEulaIds(String... eulaIds)
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
|
StreamingImage |
StreamingImage.withName(String name)
A friendly name for a streaming image resource.
|
StreamingImage |
StreamingImage.withOwner(String owner)
The owner of the streaming image, either the
studioId that contains the streaming image, or
amazon for images that are provided by Amazon Nimble Studio. |
StreamingImage |
StreamingImage.withPlatform(String platform)
The platform of the streaming image, either Windows or Linux.
|
StreamingImage |
StreamingImage.withState(StreamingImageState state)
The current state.
|
StreamingImage |
StreamingImage.withState(String state)
The current state.
|
StreamingImage |
StreamingImage.withStatusCode(StreamingImageStatusCode statusCode)
The status code.
|
StreamingImage |
StreamingImage.withStatusCode(String statusCode)
The status code.
|
StreamingImage |
StreamingImage.withStatusMessage(String statusMessage)
The status message for the streaming image.
|
StreamingImage |
StreamingImage.withStreamingImageId(String streamingImageId)
The ID of the streaming image.
|
StreamingImage |
StreamingImage.withTags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamingImage> |
ListStreamingImagesResult.getStreamingImages()
A collection of streaming images.
|
List<StreamingImage> |
GetLaunchProfileDetailsResult.getStreamingImages()
A collection of streaming images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStreamingImageResult.setStreamingImage(StreamingImage streamingImage) |
void |
GetStreamingImageResult.setStreamingImage(StreamingImage streamingImage)
The streaming image.
|
void |
DeleteStreamingImageResult.setStreamingImage(StreamingImage streamingImage)
The streaming image.
|
void |
CreateStreamingImageResult.setStreamingImage(StreamingImage streamingImage)
The streaming image.
|
UpdateStreamingImageResult |
UpdateStreamingImageResult.withStreamingImage(StreamingImage streamingImage) |
GetStreamingImageResult |
GetStreamingImageResult.withStreamingImage(StreamingImage streamingImage)
The streaming image.
|
DeleteStreamingImageResult |
DeleteStreamingImageResult.withStreamingImage(StreamingImage streamingImage)
The streaming image.
|
CreateStreamingImageResult |
CreateStreamingImageResult.withStreamingImage(StreamingImage streamingImage)
The streaming image.
|
ListStreamingImagesResult |
ListStreamingImagesResult.withStreamingImages(StreamingImage... streamingImages)
A collection of streaming images.
|
GetLaunchProfileDetailsResult |
GetLaunchProfileDetailsResult.withStreamingImages(StreamingImage... streamingImages)
A collection of streaming images.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamingImagesResult.setStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
void |
GetLaunchProfileDetailsResult.setStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
ListStreamingImagesResult |
ListStreamingImagesResult.withStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
GetLaunchProfileDetailsResult |
GetLaunchProfileDetailsResult.withStreamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
Copyright © 2023. All rights reserved.