| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformCapability |
PlatformCapability.fromValue(String value)
Use this in place of valueOf.
|
static PlatformCapability |
PlatformCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformCapability[] |
PlatformCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobDetail |
JobDetail.withPlatformCapabilities(PlatformCapability... platformCapabilities)
The platform capabilities required by the job definition.
|
JobDefinition |
JobDefinition.withPlatformCapabilities(PlatformCapability... platformCapabilities)
The platform capabilities required by the job definition.
|
RegisterJobDefinitionRequest |
RegisterJobDefinitionRequest.withPlatformCapabilities(PlatformCapability... platformCapabilities)
The platform capabilities required by the job definition.
|
Copyright © 2022. All rights reserved.