Uses of Class
software.amazon.awssdk.services.efs.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.efs.model -
-
Uses of Resource in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return Resource Modifier and Type Method Description static ResourceResource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceResource. valueOf(String name)Returns the enum constant of this type with the specified name.static Resource[]Resource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type Resource Modifier and Type Method Description static Set<Resource>Resource. knownValues()List<Resource>ResourceIdPreference. resources()Identifies the Amazon EFS resources to which the ID preference setting applies,FILE_SYSTEMandMOUNT_TARGET.Methods in software.amazon.awssdk.services.efs.model with parameters of type Resource Modifier and Type Method Description ResourceIdPreference.BuilderResourceIdPreference.Builder. resources(Resource... resources)Identifies the Amazon EFS resources to which the ID preference setting applies,FILE_SYSTEMandMOUNT_TARGET.Method parameters in software.amazon.awssdk.services.efs.model with type arguments of type Resource Modifier and Type Method Description ResourceIdPreference.BuilderResourceIdPreference.Builder. resources(Collection<Resource> resources)Identifies the Amazon EFS resources to which the ID preference setting applies,FILE_SYSTEMandMOUNT_TARGET.
-