Uses of Interface
software.amazon.awssdk.services.fsx.model.OpenZFSClientConfiguration.Builder
-
Packages that use OpenZFSClientConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSClientConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSClientConfiguration.Builder Modifier and Type Method Description static OpenZFSClientConfiguration.BuilderOpenZFSClientConfiguration. builder()OpenZFSClientConfiguration.BuilderOpenZFSClientConfiguration.Builder. clients(String clients)A value that specifies who can mount the file system.OpenZFSClientConfiguration.BuilderOpenZFSClientConfiguration.Builder. options(String... options)The options to use when mounting the file system.OpenZFSClientConfiguration.BuilderOpenZFSClientConfiguration.Builder. options(Collection<String> options)The options to use when mounting the file system.OpenZFSClientConfiguration.BuilderOpenZFSClientConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type OpenZFSClientConfiguration.Builder Modifier and Type Method Description static Class<? extends OpenZFSClientConfiguration.Builder>OpenZFSClientConfiguration. serializableBuilderClass()
-