| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
EngineType |
CreateApplicationRequest.engineType()
The type of the target platform for this application.
|
EngineType |
GetApplicationResponse.engineType()
The type of the target platform for the application.
|
EngineType |
EnvironmentSummary.engineType()
The target platform for the runtime environment.
|
EngineType |
CreateEnvironmentRequest.engineType()
The engine type for the runtime environment.
|
EngineType |
ListEnvironmentsRequest.engineType()
The engine type for the runtime environment.
|
EngineType |
GetEnvironmentResponse.engineType()
The target platform for the runtime environment.
|
EngineType |
ListEngineVersionsRequest.engineType()
The type of target platform.
|
EngineType |
ApplicationSummary.engineType()
The type of the target platform for this application.
|
static EngineType |
EngineType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EngineType |
EngineType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EngineType> |
EngineType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.engineType(EngineType engineType)
The type of the target platform for this application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.engineType(EngineType engineType)
The type of the target platform for the application.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.engineType(EngineType engineType)
The target platform for the runtime environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.engineType(EngineType engineType)
The engine type for the runtime environment.
|
ListEnvironmentsRequest.Builder |
ListEnvironmentsRequest.Builder.engineType(EngineType engineType)
The engine type for the runtime environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.engineType(EngineType engineType)
The target platform for the runtime environment.
|
ListEngineVersionsRequest.Builder |
ListEngineVersionsRequest.Builder.engineType(EngineType engineType)
The type of target platform.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.engineType(EngineType engineType)
The type of the target platform for this application.
|
Copyright © 2023. All rights reserved.