Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingSessionBackup
-
Packages that use StreamingSessionBackup Package Description software.amazon.awssdk.services.nimble.model software.amazon.awssdk.services.nimble.paginators -
-
Uses of StreamingSessionBackup in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingSessionBackup Modifier and Type Method Description StreamingSessionBackupGetStreamingSessionBackupResponse. streamingSessionBackup()Information about the streaming session backup.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingSessionBackup Modifier and Type Method Description List<StreamingSessionBackup>ListStreamingSessionBackupsResponse. streamingSessionBackups()Information about the streaming session backups.Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingSessionBackup Modifier and Type Method Description GetStreamingSessionBackupResponse.BuilderGetStreamingSessionBackupResponse.Builder. streamingSessionBackup(StreamingSessionBackup streamingSessionBackup)Information about the streaming session backup.ListStreamingSessionBackupsResponse.BuilderListStreamingSessionBackupsResponse.Builder. streamingSessionBackups(StreamingSessionBackup... streamingSessionBackups)Information about the streaming session backups.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StreamingSessionBackup Modifier and Type Method Description ListStreamingSessionBackupsResponse.BuilderListStreamingSessionBackupsResponse.Builder. streamingSessionBackups(Collection<StreamingSessionBackup> streamingSessionBackups)Information about the streaming session backups. -
Uses of StreamingSessionBackup in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type StreamingSessionBackup Modifier and Type Method Description SdkIterable<StreamingSessionBackup>ListStreamingSessionBackupsIterable. streamingSessionBackups()Returns an iterable to iterate through the paginatedListStreamingSessionBackupsResponse.streamingSessionBackups()member.SdkPublisher<StreamingSessionBackup>ListStreamingSessionBackupsPublisher. streamingSessionBackups()Returns a publisher that can be used to get a stream of data.
-