Uses of Class
software.amazon.awssdk.services.fsx.model.CreateOntapVolumeConfiguration
-
Packages that use CreateOntapVolumeConfiguration Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of CreateOntapVolumeConfiguration in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return CreateOntapVolumeConfiguration Modifier and Type Method Description CreateOntapVolumeConfigurationCreateVolumeFromBackupRequest. ontapConfiguration()Specifies the configuration of the ONTAP volume that you are creating.CreateOntapVolumeConfigurationCreateVolumeRequest. ontapConfiguration()Specifies the configuration to use when creating the ONTAP volume.Methods in software.amazon.awssdk.services.fsx.model with parameters of type CreateOntapVolumeConfiguration Modifier and Type Method Description CreateVolumeFromBackupRequest.BuilderCreateVolumeFromBackupRequest.Builder. ontapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)Specifies the configuration of the ONTAP volume that you are creating.CreateVolumeRequest.BuilderCreateVolumeRequest.Builder. ontapConfiguration(CreateOntapVolumeConfiguration ontapConfiguration)Specifies the configuration to use when creating the ONTAP volume.
-