Uses of Class
software.amazon.awssdk.services.fsx.model.FileSystemEndpoint
-
Packages that use FileSystemEndpoint Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileSystemEndpoint in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileSystemEndpoint Modifier and Type Method Description FileSystemEndpointFileSystemEndpoints. intercluster()An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.FileSystemEndpointFileSystemEndpoints. management()An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.Methods in software.amazon.awssdk.services.fsx.model with parameters of type FileSystemEndpoint Modifier and Type Method Description FileSystemEndpoints.BuilderFileSystemEndpoints.Builder. intercluster(FileSystemEndpoint intercluster)An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.FileSystemEndpoints.BuilderFileSystemEndpoints.Builder. management(FileSystemEndpoint management)An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
-