Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSClientConfiguration
-
Packages that use OpenZFSClientConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSClientConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type OpenZFSClientConfiguration Modifier and Type Method Description List<OpenZFSClientConfiguration>OpenZFSNfsExport. clientConfigurations()A list of configuration objects that contain the client and options for mounting the OpenZFS file system.Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSClientConfiguration Modifier and Type Method Description OpenZFSNfsExport.BuilderOpenZFSNfsExport.Builder. clientConfigurations(OpenZFSClientConfiguration... clientConfigurations)A list of configuration objects that contain the client and options for mounting the OpenZFS file system.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type OpenZFSClientConfiguration Modifier and Type Method Description OpenZFSNfsExport.BuilderOpenZFSNfsExport.Builder. clientConfigurations(Collection<OpenZFSClientConfiguration> clientConfigurations)A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
-