Uses of Class
software.amazon.awssdk.services.nimble.model.ListStreamingSessionBackupsResponse
-
Packages that use ListStreamingSessionBackupsResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.paginators -
-
Uses of ListStreamingSessionBackupsResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return ListStreamingSessionBackupsResponse Modifier and Type Method Description default ListStreamingSessionBackupsResponseNimbleClient. listStreamingSessionBackups(Consumer<ListStreamingSessionBackupsRequest.Builder> listStreamingSessionBackupsRequest)Lists the backups of a streaming session in a studio.default ListStreamingSessionBackupsResponseNimbleClient. listStreamingSessionBackups(ListStreamingSessionBackupsRequest listStreamingSessionBackupsRequest)Lists the backups of a streaming session in a studio.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type ListStreamingSessionBackupsResponse Modifier and Type Method Description default CompletableFuture<ListStreamingSessionBackupsResponse>NimbleAsyncClient. listStreamingSessionBackups(Consumer<ListStreamingSessionBackupsRequest.Builder> listStreamingSessionBackupsRequest)Lists the backups of a streaming session in a studio.default CompletableFuture<ListStreamingSessionBackupsResponse>NimbleAsyncClient. listStreamingSessionBackups(ListStreamingSessionBackupsRequest listStreamingSessionBackupsRequest)Lists the backups of a streaming session in a studio. -
Uses of ListStreamingSessionBackupsResponse in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type ListStreamingSessionBackupsResponse Modifier and Type Method Description Iterator<ListStreamingSessionBackupsResponse>ListStreamingSessionBackupsIterable. iterator()Method parameters in software.amazon.awssdk.services.nimble.paginators with type arguments of type ListStreamingSessionBackupsResponse Modifier and Type Method Description voidListStreamingSessionBackupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStreamingSessionBackupsResponse> subscriber)
-