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(launchProfileId: String, studioId: String): GetLaunchProfileResult
Link copied to clipboard

Represents a streaming session machine image that can be used to launch a streaming session

suspend fun getStreamingImage(streamingImageId: String, studioId: String): GetStreamingImageResult
Link copied to clipboard

Represents a studio that contains other Nimble Studio resources

suspend fun getStudio(studioId: String): GetStudioResult
suspend fun getStudio(argument: suspend GetStudioPlainArgsBuilder.() -> Unit): GetStudioResult
Link copied to clipboard

Represents a studio component that connects a non-Nimble Studio resource in your account to your studio

suspend fun getStudioComponent(studioComponentId: String, studioId: String): GetStudioComponentResult