| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamingInstanceType |
StreamingInstanceType.fromValue(String value)
Use this in place of valueOf.
|
static StreamingInstanceType |
StreamingInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingInstanceType[] |
StreamingInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingSessionRequest |
CreateStreamingSessionRequest.withEc2InstanceType(StreamingInstanceType ec2InstanceType)
The EC2 Instance type used for the streaming session.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withEc2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration |
StreamConfiguration.withEc2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
Copyright © 2023. All rights reserved.