| Package | Description |
|---|---|
| software.amazon.awscdk.services.batch |
AWS Batch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ComputeResourceType |
ComputeResources.getType()
(experimental) The type of compute environment: ON_DEMAND, SPOT, FARGATE, or FARGATE_SPOT.
|
ComputeResourceType |
ComputeResources.Jsii$Proxy.getType() |
static ComputeResourceType |
ComputeResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeResourceType[] |
ComputeResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeResources.Builder |
ComputeResources.Builder.type(ComputeResourceType type)
Sets the value of
ComputeResources.getType() |
Copyright © 2022. All rights reserved.