| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio |
Welcome to the Amazon Nimble Studio API reference.
|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLaunchProfileResult> |
AmazonNimbleStudioAsyncClient.updateLaunchProfileAsync(UpdateLaunchProfileRequest request,
AsyncHandler<UpdateLaunchProfileRequest,UpdateLaunchProfileResult> asyncHandler) |
Future<UpdateLaunchProfileResult> |
AbstractAmazonNimbleStudioAsync.updateLaunchProfileAsync(UpdateLaunchProfileRequest request,
AsyncHandler<UpdateLaunchProfileRequest,UpdateLaunchProfileResult> asyncHandler) |
Future<UpdateLaunchProfileResult> |
AmazonNimbleStudioAsync.updateLaunchProfileAsync(UpdateLaunchProfileRequest updateLaunchProfileRequest,
AsyncHandler<UpdateLaunchProfileRequest,UpdateLaunchProfileResult> asyncHandler)
Update a launch profile.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.clone() |
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withDescription(String description)
The description.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withLaunchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withLaunchProfileProtocolVersions(Collection<String> launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withLaunchProfileProtocolVersions(String... launchProfileProtocolVersions)
The version number of the protocol that is used by the launch profile.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withName(String name)
The name for the launch profile.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withStudioComponentIds(Collection<String> studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withStudioComponentIds(String... studioComponentIds)
Unique identifiers for a collection of studio components that can be used with this launch profile.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withStudioId(String studioId)
The studio ID.
|
Copyright © 2023. All rights reserved.