| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingSessionBackup |
StreamingSessionBackup.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StreamingSessionBackup |
StreamingSessionBackup.clearTagsEntries()
Removes all the entries added into Tags.
|
StreamingSessionBackup |
StreamingSessionBackup.clone() |
StreamingSessionBackup |
GetStreamingSessionBackupResult.getStreamingSessionBackup()
Information about the streaming session backup.
|
StreamingSessionBackup |
StreamingSessionBackup.withArn(String arn)
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
StreamingSessionBackup |
StreamingSessionBackup.withBackupId(String backupId)
The ID of the backup.
|
StreamingSessionBackup |
StreamingSessionBackup.withCreatedAt(Date createdAt)
The ISO timestamp in for when the resource was created.
|
StreamingSessionBackup |
StreamingSessionBackup.withLaunchProfileId(String launchProfileId)
The ID of the launch profile which allowed the backups for the streaming session.
|
StreamingSessionBackup |
StreamingSessionBackup.withOwnedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
StreamingSessionBackup |
StreamingSessionBackup.withSessionId(String sessionId)
The streaming session ID for the
StreamingSessionBackup. |
StreamingSessionBackup |
StreamingSessionBackup.withState(StreamingSessionState state) |
StreamingSessionBackup |
StreamingSessionBackup.withState(String state) |
StreamingSessionBackup |
StreamingSessionBackup.withStatusCode(StreamingSessionStatusCode statusCode)
The status code.
|
StreamingSessionBackup |
StreamingSessionBackup.withStatusCode(String statusCode)
The status code.
|
StreamingSessionBackup |
StreamingSessionBackup.withStatusMessage(String statusMessage)
The status message for the streaming session backup.
|
StreamingSessionBackup |
StreamingSessionBackup.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<StreamingSessionBackup> |
ListStreamingSessionBackupsResult.getStreamingSessionBackups()
Information about the streaming session backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStreamingSessionBackupResult.setStreamingSessionBackup(StreamingSessionBackup streamingSessionBackup)
Information about the streaming session backup.
|
GetStreamingSessionBackupResult |
GetStreamingSessionBackupResult.withStreamingSessionBackup(StreamingSessionBackup streamingSessionBackup)
Information about the streaming session backup.
|
ListStreamingSessionBackupsResult |
ListStreamingSessionBackupsResult.withStreamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)
Information about the streaming session backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamingSessionBackupsResult.setStreamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
|
ListStreamingSessionBackupsResult |
ListStreamingSessionBackupsResult.withStreamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
|
Copyright © 2023. All rights reserved.