Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSDeploymentType
-
Packages that use OpenZFSDeploymentType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSDeploymentType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSDeploymentType Modifier and Type Method Description OpenZFSDeploymentTypeCreateFileSystemOpenZFSConfiguration. deploymentType()Specifies the file system deployment type.OpenZFSDeploymentTypeOpenZFSFileSystemConfiguration. deploymentType()Specifies the file-system deployment type.static OpenZFSDeploymentTypeOpenZFSDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OpenZFSDeploymentTypeOpenZFSDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenZFSDeploymentType[]OpenZFSDeploymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type OpenZFSDeploymentType Modifier and Type Method Description static Set<OpenZFSDeploymentType>OpenZFSDeploymentType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSDeploymentType Modifier and Type Method Description CreateFileSystemOpenZFSConfiguration.BuilderCreateFileSystemOpenZFSConfiguration.Builder. deploymentType(OpenZFSDeploymentType deploymentType)Specifies the file system deployment type.OpenZFSFileSystemConfiguration.BuilderOpenZFSFileSystemConfiguration.Builder. deploymentType(OpenZFSDeploymentType deploymentType)Specifies the file-system deployment type.
-