Uses of Class
software.amazon.awssdk.services.m2.model.EngineType
-
Packages that use EngineType Package Description software.amazon.awssdk.services.m2.model -
-
Uses of EngineType in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return EngineType Modifier and Type Method Description EngineTypeApplicationSummary. engineType()The type of the target platform for this application.EngineTypeCreateApplicationRequest. engineType()The type of the target platform for this application.EngineTypeCreateEnvironmentRequest. engineType()The engine type for the runtime environment.EngineTypeEnvironmentSummary. engineType()The target platform for the runtime environment.EngineTypeGetApplicationResponse. engineType()The type of the target platform for the application.EngineTypeGetEnvironmentResponse. engineType()The target platform for the runtime environment.EngineTypeListEngineVersionsRequest. engineType()The type of target platform.EngineTypeListEnvironmentsRequest. engineType()The engine type for the runtime environment.static EngineTypeEngineType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EngineTypeEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static EngineType[]EngineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type EngineType Modifier and Type Method Description static Set<EngineType>EngineType. knownValues()Methods in software.amazon.awssdk.services.m2.model with parameters of type EngineType Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. engineType(EngineType engineType)The type of the target platform for this application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. engineType(EngineType engineType)The type of the target platform for this application.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. engineType(EngineType engineType)The engine type for the runtime environment.EnvironmentSummary.BuilderEnvironmentSummary.Builder. engineType(EngineType engineType)The target platform for the runtime environment.GetApplicationResponse.BuilderGetApplicationResponse.Builder. engineType(EngineType engineType)The type of the target platform for the application.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. engineType(EngineType engineType)The target platform for the runtime environment.ListEngineVersionsRequest.BuilderListEngineVersionsRequest.Builder. engineType(EngineType engineType)The type of target platform.ListEnvironmentsRequest.BuilderListEnvironmentsRequest.Builder. engineType(EngineType engineType)The engine type for the runtime environment.
-