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