| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceType |
InstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceType |
StartDevEnvironmentRequest.instanceType()
The Amazon EC2 instace type to use for the Dev Environment.
|
InstanceType |
DevEnvironmentSummary.instanceType()
The Amazon EC2 instace type used for the Dev Environment.
|
InstanceType |
GetDevEnvironmentResponse.instanceType()
The Amazon EC2 instace type to use for the Dev Environment.
|
InstanceType |
UpdateDevEnvironmentResponse.instanceType()
The Amazon EC2 instace type to use for the Dev Environment.
|
InstanceType |
UpdateDevEnvironmentRequest.instanceType()
The Amazon EC2 instace type to use for the Dev Environment.
|
InstanceType |
CreateDevEnvironmentRequest.instanceType()
The Amazon EC2 instace type to use for the Dev Environment.
|
static InstanceType |
InstanceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InstanceType> |
InstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartDevEnvironmentRequest.Builder |
StartDevEnvironmentRequest.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
DevEnvironmentSummary.Builder |
DevEnvironmentSummary.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type used for the Dev Environment.
|
GetDevEnvironmentResponse.Builder |
GetDevEnvironmentResponse.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentResponse.Builder |
UpdateDevEnvironmentResponse.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
UpdateDevEnvironmentRequest.Builder |
UpdateDevEnvironmentRequest.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
CreateDevEnvironmentRequest.Builder |
CreateDevEnvironmentRequest.Builder.instanceType(InstanceType instanceType)
The Amazon EC2 instace type to use for the Dev Environment.
|
Copyright © 2023. All rights reserved.