Uses of Class
software.amazon.awssdk.services.nimble.model.ListStreamingImagesRequest
-
Packages that use ListStreamingImagesRequest Package Description software.amazon.awssdk.services.nimble Welcome to the Amazon Nimble Studio API reference.software.amazon.awssdk.services.nimble.paginators software.amazon.awssdk.services.nimble.transform -
-
Uses of ListStreamingImagesRequest in software.amazon.awssdk.services.nimble
Methods in software.amazon.awssdk.services.nimble with parameters of type ListStreamingImagesRequest Modifier and Type Method Description default CompletableFuture<ListStreamingImagesResponse>NimbleAsyncClient. listStreamingImages(ListStreamingImagesRequest listStreamingImagesRequest)List the streaming image resources available to this studio.default ListStreamingImagesResponseNimbleClient. listStreamingImages(ListStreamingImagesRequest listStreamingImagesRequest)List the streaming image resources available to this studio.default ListStreamingImagesPublisherNimbleAsyncClient. listStreamingImagesPaginator(ListStreamingImagesRequest listStreamingImagesRequest)List the streaming image resources available to this studio.default ListStreamingImagesIterableNimbleClient. listStreamingImagesPaginator(ListStreamingImagesRequest listStreamingImagesRequest)List the streaming image resources available to this studio. -
Uses of ListStreamingImagesRequest in software.amazon.awssdk.services.nimble.paginators
Constructors in software.amazon.awssdk.services.nimble.paginators with parameters of type ListStreamingImagesRequest Constructor Description ListStreamingImagesIterable(NimbleClient client, ListStreamingImagesRequest firstRequest)ListStreamingImagesPublisher(NimbleAsyncClient client, ListStreamingImagesRequest firstRequest) -
Uses of ListStreamingImagesRequest in software.amazon.awssdk.services.nimble.transform
Methods in software.amazon.awssdk.services.nimble.transform with parameters of type ListStreamingImagesRequest Modifier and Type Method Description SdkHttpFullRequestListStreamingImagesRequestMarshaller. marshall(ListStreamingImagesRequest listStreamingImagesRequest)
-