Uses of Class
software.amazon.awssdk.services.codecatalyst.model.InstanceType
-
Packages that use InstanceType Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of InstanceType in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return InstanceType Modifier and Type Method Description static InstanceTypeInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceTypeCreateDevEnvironmentRequest. instanceType()The Amazon EC2 instace type to use for the Dev Environment.InstanceTypeDevEnvironmentSummary. instanceType()The Amazon EC2 instace type used for the Dev Environment.InstanceTypeGetDevEnvironmentResponse. instanceType()The Amazon EC2 instace type to use for the Dev Environment.InstanceTypeStartDevEnvironmentRequest. instanceType()The Amazon EC2 instace type to use for the Dev Environment.InstanceTypeUpdateDevEnvironmentRequest. instanceType()The Amazon EC2 instace type to use for the Dev Environment.InstanceTypeUpdateDevEnvironmentResponse. instanceType()The Amazon EC2 instace type to use for the Dev Environment.static InstanceTypeInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceType[]InstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type InstanceType Modifier and Type Method Description static Set<InstanceType>InstanceType. knownValues()Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type InstanceType Modifier and Type Method Description CreateDevEnvironmentRequest.BuilderCreateDevEnvironmentRequest.Builder. instanceType(InstanceType instanceType)The Amazon EC2 instace type to use for the Dev Environment.DevEnvironmentSummary.BuilderDevEnvironmentSummary.Builder. instanceType(InstanceType instanceType)The Amazon EC2 instace type used for the Dev Environment.GetDevEnvironmentResponse.BuilderGetDevEnvironmentResponse.Builder. instanceType(InstanceType instanceType)The Amazon EC2 instace type to use for the Dev Environment.StartDevEnvironmentRequest.BuilderStartDevEnvironmentRequest.Builder. instanceType(InstanceType instanceType)The Amazon EC2 instace type to use for the Dev Environment.UpdateDevEnvironmentRequest.BuilderUpdateDevEnvironmentRequest.Builder. instanceType(InstanceType instanceType)The Amazon EC2 instace type to use for the Dev Environment.UpdateDevEnvironmentResponse.BuilderUpdateDevEnvironmentResponse.Builder. instanceType(InstanceType instanceType)The Amazon EC2 instace type to use for the Dev Environment.
-