Uses of Class
software.amazon.awssdk.services.m2.model.EfsStorageConfiguration
-
Packages that use EfsStorageConfiguration Package Description software.amazon.awssdk.services.m2.model -
-
Uses of EfsStorageConfiguration in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return EfsStorageConfiguration Modifier and Type Method Description EfsStorageConfigurationStorageConfiguration. efs()Defines the storage configuration for an Amazon EFS file system.Methods in software.amazon.awssdk.services.m2.model with parameters of type EfsStorageConfiguration Modifier and Type Method Description StorageConfiguration.BuilderStorageConfiguration.Builder. efs(EfsStorageConfiguration efs)Defines the storage configuration for an Amazon EFS file system.static StorageConfigurationStorageConfiguration. fromEfs(EfsStorageConfiguration efs)Create an instance of this class withStorageConfiguration.efs()initialized to the given value.
-