Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingImage
-
Packages that use StreamingImage Package Description software.amazon.awssdk.services.nimble.model software.amazon.awssdk.services.nimble.paginators -
-
Uses of StreamingImage in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingImage Modifier and Type Method Description StreamingImageCreateStreamingImageResponse. streamingImage()The streaming image.StreamingImageDeleteStreamingImageResponse. streamingImage()The streaming image.StreamingImageGetStreamingImageResponse. streamingImage()The streaming image.StreamingImageUpdateStreamingImageResponse. streamingImage()Returns the value of the StreamingImage property for this object.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingImage Modifier and Type Method Description List<StreamingImage>GetLaunchProfileDetailsResponse. streamingImages()A collection of streaming images.List<StreamingImage>ListStreamingImagesResponse. streamingImages()A collection of streaming images.Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingImage Modifier and Type Method Description CreateStreamingImageResponse.BuilderCreateStreamingImageResponse.Builder. streamingImage(StreamingImage streamingImage)The streaming image.DeleteStreamingImageResponse.BuilderDeleteStreamingImageResponse.Builder. streamingImage(StreamingImage streamingImage)The streaming image.GetStreamingImageResponse.BuilderGetStreamingImageResponse.Builder. streamingImage(StreamingImage streamingImage)The streaming image.UpdateStreamingImageResponse.BuilderUpdateStreamingImageResponse.Builder. streamingImage(StreamingImage streamingImage)Sets the value of the StreamingImage property for this object.GetLaunchProfileDetailsResponse.BuilderGetLaunchProfileDetailsResponse.Builder. streamingImages(StreamingImage... streamingImages)A collection of streaming images.ListStreamingImagesResponse.BuilderListStreamingImagesResponse.Builder. streamingImages(StreamingImage... streamingImages)A collection of streaming images.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StreamingImage Modifier and Type Method Description GetLaunchProfileDetailsResponse.BuilderGetLaunchProfileDetailsResponse.Builder. streamingImages(Collection<StreamingImage> streamingImages)A collection of streaming images.ListStreamingImagesResponse.BuilderListStreamingImagesResponse.Builder. streamingImages(Collection<StreamingImage> streamingImages)A collection of streaming images. -
Uses of StreamingImage in software.amazon.awssdk.services.nimble.paginators
Methods in software.amazon.awssdk.services.nimble.paginators that return types with arguments of type StreamingImage Modifier and Type Method Description SdkIterable<StreamingImage>ListStreamingImagesIterable. streamingImages()Returns an iterable to iterate through the paginatedListStreamingImagesResponse.streamingImages()member.SdkPublisher<StreamingImage>ListStreamingImagesPublisher. streamingImages()Returns a publisher that can be used to get a stream of data.
-