| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingSessionStream |
StreamingSessionStream.clone() |
StreamingSessionStream |
GetStreamingSessionStreamResult.getStream()
The stream.
|
StreamingSessionStream |
CreateStreamingSessionStreamResult.getStream()
The stream.
|
StreamingSessionStream |
StreamingSessionStream.withCreatedAt(Date createdAt)
The ISO timestamp in seconds for when the resource was created.
|
StreamingSessionStream |
StreamingSessionStream.withCreatedBy(String createdBy)
The user ID of the user that created the streaming session stream.
|
StreamingSessionStream |
StreamingSessionStream.withExpiresAt(Date expiresAt)
The ISO timestamp in seconds for when the resource expires.
|
StreamingSessionStream |
StreamingSessionStream.withOwnedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
StreamingSessionStream |
StreamingSessionStream.withState(StreamingSessionStreamState state)
The current state.
|
StreamingSessionStream |
StreamingSessionStream.withState(String state)
The current state.
|
StreamingSessionStream |
StreamingSessionStream.withStatusCode(StreamingSessionStreamStatusCode statusCode)
The streaming session stream status code.
|
StreamingSessionStream |
StreamingSessionStream.withStatusCode(String statusCode)
The streaming session stream status code.
|
StreamingSessionStream |
StreamingSessionStream.withStreamId(String streamId)
The stream ID.
|
StreamingSessionStream |
StreamingSessionStream.withUrl(String url)
The URL to connect to this stream using the DCV client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStreamingSessionStreamResult.setStream(StreamingSessionStream stream)
The stream.
|
void |
CreateStreamingSessionStreamResult.setStream(StreamingSessionStream stream)
The stream.
|
GetStreamingSessionStreamResult |
GetStreamingSessionStreamResult.withStream(StreamingSessionStream stream)
The stream.
|
CreateStreamingSessionStreamResult |
CreateStreamingSessionStreamResult.withStream(StreamingSessionStream stream)
The stream.
|
Copyright © 2023. All rights reserved.