Uses of Interface
software.amazon.awssdk.services.ecs.model.EFSAuthorizationConfig.Builder
-
Packages that use EFSAuthorizationConfig.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of EFSAuthorizationConfig.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return EFSAuthorizationConfig.Builder Modifier and Type Method Description EFSAuthorizationConfig.BuilderEFSAuthorizationConfig.Builder. accessPointId(String accessPointId)The Amazon EFS access point ID to use.static EFSAuthorizationConfig.BuilderEFSAuthorizationConfig. builder()EFSAuthorizationConfig.BuilderEFSAuthorizationConfig.Builder. iam(String iam)Determines whether to use the Amazon ECS task role defined in a task definition when mounting the Amazon EFS file system.EFSAuthorizationConfig.BuilderEFSAuthorizationConfig.Builder. iam(EFSAuthorizationConfigIAM iam)Determines whether to use the Amazon ECS task role defined in a task definition when mounting the Amazon EFS file system.EFSAuthorizationConfig.BuilderEFSAuthorizationConfig. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type EFSAuthorizationConfig.Builder Modifier and Type Method Description static Class<? extends EFSAuthorizationConfig.Builder>EFSAuthorizationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type EFSAuthorizationConfig.Builder Modifier and Type Method Description default EFSVolumeConfiguration.BuilderEFSVolumeConfiguration.Builder. authorizationConfig(Consumer<EFSAuthorizationConfig.Builder> authorizationConfig)The authorization configuration details for the Amazon EFS file system.
-