Uses of Class
software.amazon.awssdk.services.batch.model.EFSAuthorizationConfigIAM
-
Packages that use EFSAuthorizationConfigIAM Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EFSAuthorizationConfigIAM in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EFSAuthorizationConfigIAM Modifier and Type Method Description static EFSAuthorizationConfigIAMEFSAuthorizationConfigIAM. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EFSAuthorizationConfigIAMEFSAuthorizationConfig. iam()Whether or not to use the Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.static EFSAuthorizationConfigIAMEFSAuthorizationConfigIAM. 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.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EFSAuthorizationConfigIAM Modifier and Type Method Description static Set<EFSAuthorizationConfigIAM>EFSAuthorizationConfigIAM. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type EFSAuthorizationConfigIAM Modifier and Type Method Description EFSAuthorizationConfig.BuilderEFSAuthorizationConfig.Builder. iam(EFSAuthorizationConfigIAM iam)Whether or not to use the Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.
-