Package | Description |
---|---|
com.amazonaws.services.ecs.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)
Determines whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS
file system.
|
Copyright © 2021. All rights reserved.