Uses of Class
software.amazon.awssdk.services.nimble.model.ListStreamingImagesResponse
-
Packages that use ListStreamingImagesResponse Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.paginators -
-
Uses of ListStreamingImagesResponse in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble that return ListStreamingImagesResponse Modifier and Type Method Description default ListStreamingImagesResponseNimbleClient. listStreamingImages(Consumer<ListStreamingImagesRequest.Builder> listStreamingImagesRequest)List the streaming image resources available to this studio.default ListStreamingImagesResponseNimbleClient. listStreamingImages(ListStreamingImagesRequest listStreamingImagesRequest)List the streaming image resources available to this studio.Methods in software.amazon.awssdk.services.nimble that return types with arguments of type ListStreamingImagesResponse Modifier and Type Method Description default CompletableFuture<ListStreamingImagesResponse>NimbleAsyncClient. listStreamingImages(Consumer<ListStreamingImagesRequest.Builder> listStreamingImagesRequest)List the streaming image resources available to this studio.default CompletableFuture<ListStreamingImagesResponse>NimbleAsyncClient. listStreamingImages(ListStreamingImagesRequest listStreamingImagesRequest)List the streaming image resources available to this studio. -
Uses of ListStreamingImagesResponse in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type ListStreamingImagesResponse Modifier and Type Method Description Iterator<ListStreamingImagesResponse>ListStreamingImagesIterable. iterator()Method parameters in software.amazon.awssdk.services.nimble.paginators with type arguments of type ListStreamingImagesResponse Modifier and Type Method Description voidListStreamingImagesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStreamingImagesResponse> subscriber)
-