Nimblestudio Functions
object NimblestudioFunctions
Functions
Link copied to clipboard
Represents a launch profile which delegates access to a collection of studio components to studio users
suspend fun getLaunchProfile(argument: suspend GetLaunchProfilePlainArgsBuilder.() -> Unit): GetLaunchProfileResult
Link copied to clipboard
Represents a streaming session machine image that can be used to launch a streaming session
suspend fun getStreamingImage(argument: suspend GetStreamingImagePlainArgsBuilder.() -> Unit): GetStreamingImageResult
Link copied to clipboard
Represents a studio that contains other Nimble Studio resources
Link copied to clipboard
Represents a studio component that connects a non-Nimble Studio resource in your account to your studio
suspend fun getStudioComponent(argument: suspend GetStudioComponentPlainArgsBuilder.() -> Unit): GetStudioComponentResult
suspend fun getStudioComponent(studioComponentId: String, studioId: String): GetStudioComponentResult