| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingInstanceType |
CreateStreamingSessionRequest.ec2InstanceType()
The EC2 Instance type used for the streaming session.
|
static StreamingInstanceType |
StreamingInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<StreamingInstanceType> |
StreamConfigurationCreate.ec2InstanceTypes()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
List<StreamingInstanceType> |
StreamConfiguration.ec2InstanceTypes()
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
static Set<StreamingInstanceType> |
StreamingInstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.ec2InstanceType(StreamingInstanceType ec2InstanceType)
The EC2 Instance type used for the streaming session.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.ec2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.ec2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.ec2InstanceTypes(Collection<StreamingInstanceType> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.ec2InstanceTypes(Collection<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.