| 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 |
DeleteStreamingSessionResult.getSession()
The session.
|
StreamingSession |
GetStreamingSessionResult.getSession()
The session.
|
StreamingSession |
CreateStreamingSessionResult.getSession()
The session.
|
StreamingSession |
StreamingSession.withArn(String arn)
The ARN of the resource.
|
StreamingSession |
StreamingSession.withCreatedAt(Date createdAt)
The Unix epoch 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.withOwnedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
StreamingSession |
StreamingSession.withSessionId(String sessionId)
The session ID.
|
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.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 Unix epoch 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.
|
| 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 |
DeleteStreamingSessionResult.setSession(StreamingSession session)
The session.
|
void |
GetStreamingSessionResult.setSession(StreamingSession session)
The session.
|
void |
CreateStreamingSessionResult.setSession(StreamingSession session)
The session.
|
StopStreamingSessionResult |
StopStreamingSessionResult.withSession(StreamingSession session) |
StartStreamingSessionResult |
StartStreamingSessionResult.withSession(StreamingSession session) |
DeleteStreamingSessionResult |
DeleteStreamingSessionResult.withSession(StreamingSession session)
The session.
|
GetStreamingSessionResult |
GetStreamingSessionResult.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 © 2022. All rights reserved.