| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static EFSAuthorizationConfigIAM |
EFSAuthorizationConfigIAM.fromValue(String value)
Use this in place of valueOf.
|
static EFSAuthorizationConfigIAM |
EFSAuthorizationConfigIAM.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFSAuthorizationConfigIAM[] |
EFSAuthorizationConfigIAM.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EFSAuthorizationConfig |
EFSAuthorizationConfig.withIam(EFSAuthorizationConfigIAM iam)
Whether or not to use the AWS Batch execution IAM role defined in a job definition when mounting the Amazon EFS
file system.
|
Copyright © 2021. All rights reserved.