| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingSession |
StreamingSession.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StreamingSession |
StreamingSession.clearTagsEntries()
Removes all the entries added into Tags.
|
StreamingSession |
StreamingSession.clone() |
StreamingSession |
StopStreamingSessionResult.getSession() |
StreamingSession |
StartStreamingSessionResult.getSession() |
StreamingSession |
GetStreamingSessionResult.getSession()
The session.
|
StreamingSession |
DeleteStreamingSessionResult.getSession()
The session.
|
StreamingSession |
CreateStreamingSessionResult.getSession()
The session.
|
StreamingSession |
StreamingSession.withArn(String arn)
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
StreamingSession |
StreamingSession.withAutomaticTerminationMode(AutomaticTerminationMode automaticTerminationMode)
Indicates if a streaming session created from this launch profile should be terminated automatically or retained
without termination after being in a
STOPPED state. |
StreamingSession |
StreamingSession.withAutomaticTerminationMode(String automaticTerminationMode)
Indicates if a streaming session created from this launch profile should be terminated automatically or retained
without termination after being in a
STOPPED state. |
StreamingSession |
StreamingSession.withBackupMode(SessionBackupMode backupMode)
Shows the current backup setting of the session.
|
StreamingSession |
StreamingSession.withBackupMode(String backupMode)
Shows the current backup setting of the session.
|
StreamingSession |
StreamingSession.withCreatedAt(Date createdAt)
The ISO timestamp in seconds for when the resource was created.
|
StreamingSession |
StreamingSession.withCreatedBy(String createdBy)
The user ID of the user that created the streaming session.
|
StreamingSession |
StreamingSession.withEc2InstanceType(String ec2InstanceType)
The EC2 Instance type used for the streaming session.
|
StreamingSession |
StreamingSession.withLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
StreamingSession |
StreamingSession.withMaxBackupsToRetain(Integer maxBackupsToRetain)
The maximum number of backups of a streaming session that you can have.
|
StreamingSession |
StreamingSession.withOwnedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
StreamingSession |
StreamingSession.withSessionId(String sessionId)
The session ID.
|
StreamingSession |
StreamingSession.withSessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamingSession |
StreamingSession.withSessionPersistenceMode(String sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamingSession |
StreamingSession.withStartedAt(Date startedAt)
The time the session entered
START_IN_PROGRESS state. |
StreamingSession |
StreamingSession.withStartedBy(String startedBy)
The user ID of the user that started the streaming session.
|
StreamingSession |
StreamingSession.withStartedFromBackupId(String startedFromBackupId)
The backup ID used to restore a streaming session.
|
StreamingSession |
StreamingSession.withState(StreamingSessionState state)
The current state.
|
StreamingSession |
StreamingSession.withState(String state)
The current state.
|
StreamingSession |
StreamingSession.withStatusCode(StreamingSessionStatusCode statusCode)
The status code.
|
StreamingSession |
StreamingSession.withStatusCode(String statusCode)
The status code.
|
StreamingSession |
StreamingSession.withStatusMessage(String statusMessage)
The status message for the streaming session.
|
StreamingSession |
StreamingSession.withStopAt(Date stopAt)
The time the streaming session will automatically be stopped if the user doesn’t stop the session themselves.
|
StreamingSession |
StreamingSession.withStoppedAt(Date stoppedAt)
The time the session entered
STOP_IN_PROGRESS state. |
StreamingSession |
StreamingSession.withStoppedBy(String stoppedBy)
The user ID of the user that stopped the streaming session.
|
StreamingSession |
StreamingSession.withStreamingImageId(String streamingImageId)
The ID of the streaming image.
|
StreamingSession |
StreamingSession.withTags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
StreamingSession |
StreamingSession.withTerminateAt(Date terminateAt)
The time the streaming session will automatically terminate if not terminated by the user.
|
StreamingSession |
StreamingSession.withUpdatedAt(Date updatedAt)
The ISO timestamp in seconds for when the resource was updated.
|
StreamingSession |
StreamingSession.withUpdatedBy(String updatedBy)
The user ID of the user that most recently updated the resource.
|
StreamingSession |
StreamingSession.withVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
StreamingSession |
StreamingSession.withVolumeRetentionMode(String volumeRetentionMode)
Determine if an EBS volume created from this streaming session will be backed up.
|
StreamingSession |
StreamingSession.withVolumeRetentionMode(VolumeRetentionMode volumeRetentionMode)
Determine if an EBS volume created from this streaming session will be backed up.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamingSession> |
ListStreamingSessionsResult.getSessions()
A collection of streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopStreamingSessionResult.setSession(StreamingSession session) |
void |
StartStreamingSessionResult.setSession(StreamingSession session) |
void |
GetStreamingSessionResult.setSession(StreamingSession session)
The session.
|
void |
DeleteStreamingSessionResult.setSession(StreamingSession session)
The session.
|
void |
CreateStreamingSessionResult.setSession(StreamingSession session)
The session.
|
StopStreamingSessionResult |
StopStreamingSessionResult.withSession(StreamingSession session) |
StartStreamingSessionResult |
StartStreamingSessionResult.withSession(StreamingSession session) |
GetStreamingSessionResult |
GetStreamingSessionResult.withSession(StreamingSession session)
The session.
|
DeleteStreamingSessionResult |
DeleteStreamingSessionResult.withSession(StreamingSession session)
The session.
|
CreateStreamingSessionResult |
CreateStreamingSessionResult.withSession(StreamingSession session)
The session.
|
ListStreamingSessionsResult |
ListStreamingSessionsResult.withSessions(StreamingSession... sessions)
A collection of streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamingSessionsResult.setSessions(Collection<StreamingSession> sessions)
A collection of streaming sessions.
|
ListStreamingSessionsResult |
ListStreamingSessionsResult.withSessions(Collection<StreamingSession> sessions)
A collection of streaming sessions.
|
Copyright © 2023. All rights reserved.