Uses of Class
software.amazon.awssdk.services.fsx.model.OntapDeploymentType
-
Packages that use OntapDeploymentType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OntapDeploymentType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OntapDeploymentType Modifier and Type Method Description OntapDeploymentTypeCreateFileSystemOntapConfiguration. deploymentType()Specifies the FSx for ONTAP file system deployment type to use in creating the file system.OntapDeploymentTypeOntapFileSystemConfiguration. deploymentType()Specifies the FSx for ONTAP file system deployment type in use in the file system.static OntapDeploymentTypeOntapDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OntapDeploymentTypeOntapDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static OntapDeploymentType[]OntapDeploymentType. 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 OntapDeploymentType Modifier and Type Method Description static Set<OntapDeploymentType>OntapDeploymentType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type OntapDeploymentType Modifier and Type Method Description CreateFileSystemOntapConfiguration.BuilderCreateFileSystemOntapConfiguration.Builder. deploymentType(OntapDeploymentType deploymentType)Specifies the FSx for ONTAP file system deployment type to use in creating the file system.OntapFileSystemConfiguration.BuilderOntapFileSystemConfiguration.Builder. deploymentType(OntapDeploymentType deploymentType)Specifies the FSx for ONTAP file system deployment type in use in the file system.
-