Uses of Class
software.amazon.awssdk.services.fsx.model.CreateFileSystemOpenZFSConfiguration
-
Packages that use CreateFileSystemOpenZFSConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of CreateFileSystemOpenZFSConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return CreateFileSystemOpenZFSConfiguration Modifier and Type Method Description CreateFileSystemOpenZFSConfigurationCreateFileSystemFromBackupRequest. openZFSConfiguration()The OpenZFS configuration for the file system that's being created.CreateFileSystemOpenZFSConfigurationCreateFileSystemRequest. openZFSConfiguration()The OpenZFS configuration for the file system that's being created.Methods in software.amazon.awssdk.services.fsx.model with parameters of type CreateFileSystemOpenZFSConfiguration Modifier and Type Method Description CreateFileSystemFromBackupRequest.BuilderCreateFileSystemFromBackupRequest.Builder. openZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)The OpenZFS configuration for the file system that's being created.CreateFileSystemRequest.BuilderCreateFileSystemRequest.Builder. openZFSConfiguration(CreateFileSystemOpenZFSConfiguration openZFSConfiguration)The OpenZFS configuration for the file system that's being created.
-