| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model | |
| software.amazon.awssdk.services.nimble.paginators |
| Modifier and Type | Method and Description |
|---|---|
StreamingSessionBackup |
GetStreamingSessionBackupResponse.streamingSessionBackup()
Information about the streaming session backup.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamingSessionBackup> |
ListStreamingSessionBackupsResponse.streamingSessionBackups()
Information about the streaming session backups.
|
| Modifier and Type | Method and Description |
|---|---|
GetStreamingSessionBackupResponse.Builder |
GetStreamingSessionBackupResponse.Builder.streamingSessionBackup(StreamingSessionBackup streamingSessionBackup)
Information about the streaming session backup.
|
ListStreamingSessionBackupsResponse.Builder |
ListStreamingSessionBackupsResponse.Builder.streamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)
Information about the streaming session backups.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamingSessionBackupsResponse.Builder |
ListStreamingSessionBackupsResponse.Builder.streamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)
Information about the streaming session backups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<StreamingSessionBackup> |
ListStreamingSessionBackupsIterable.streamingSessionBackups()
Returns an iterable to iterate through the paginated
ListStreamingSessionBackupsResponse.streamingSessionBackups() member. |
SdkPublisher<StreamingSessionBackup> |
ListStreamingSessionBackupsPublisher.streamingSessionBackups()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.