Uses of Class
software.amazon.awssdk.services.nimble.model.ListStreamingSessionsResponse
-
Packages that use ListStreamingSessionsResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.paginators -
-
Uses of ListStreamingSessionsResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return ListStreamingSessionsResponse Modifier and Type Method Description default ListStreamingSessionsResponseNimbleClient. listStreamingSessions(Consumer<ListStreamingSessionsRequest.Builder> listStreamingSessionsRequest)Lists the streaming sessions in a studio.default ListStreamingSessionsResponseNimbleClient. listStreamingSessions(ListStreamingSessionsRequest listStreamingSessionsRequest)Lists the streaming sessions in a studio.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type ListStreamingSessionsResponse Modifier and Type Method Description default CompletableFuture<ListStreamingSessionsResponse>NimbleAsyncClient. listStreamingSessions(Consumer<ListStreamingSessionsRequest.Builder> listStreamingSessionsRequest)Lists the streaming sessions in a studio.default CompletableFuture<ListStreamingSessionsResponse>NimbleAsyncClient. listStreamingSessions(ListStreamingSessionsRequest listStreamingSessionsRequest)Lists the streaming sessions in a studio. -
Uses of ListStreamingSessionsResponse in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type ListStreamingSessionsResponse Modifier and Type Method Description Iterator<ListStreamingSessionsResponse>ListStreamingSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.nimble.paginators with type arguments of type ListStreamingSessionsResponse Modifier and Type Method Description voidListStreamingSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStreamingSessionsResponse> subscriber)
-