Uses of Interface
software.amazon.awssdk.services.fsx.model.FileSystemEndpoints.Builder
-
Packages that use FileSystemEndpoints.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileSystemEndpoints.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileSystemEndpoints.Builder Modifier and Type Method Description static FileSystemEndpoints.BuilderFileSystemEndpoints. builder()default FileSystemEndpoints.BuilderFileSystemEndpoints.Builder. intercluster(Consumer<FileSystemEndpoint.Builder> intercluster)An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.FileSystemEndpoints.BuilderFileSystemEndpoints.Builder. intercluster(FileSystemEndpoint intercluster)An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.default FileSystemEndpoints.BuilderFileSystemEndpoints.Builder. management(Consumer<FileSystemEndpoint.Builder> management)An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.FileSystemEndpoints.BuilderFileSystemEndpoints.Builder. management(FileSystemEndpoint management)An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.FileSystemEndpoints.BuilderFileSystemEndpoints. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileSystemEndpoints.Builder Modifier and Type Method Description static Class<? extends FileSystemEndpoints.Builder>FileSystemEndpoints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type FileSystemEndpoints.Builder Modifier and Type Method Description default OntapFileSystemConfiguration.BuilderOntapFileSystemConfiguration.Builder. endpoints(Consumer<FileSystemEndpoints.Builder> endpoints)TheManagementandInterclusterendpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
-