Uses of Interface
software.amazon.awssdk.services.fsx.model.FileSystemEndpoint.Builder
-
Packages that use FileSystemEndpoint.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileSystemEndpoint.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileSystemEndpoint.Builder Modifier and Type Method Description static FileSystemEndpoint.BuilderFileSystemEndpoint. builder()FileSystemEndpoint.BuilderFileSystemEndpoint.Builder. dnsName(String dnsName)Sets the value of the DNSName property for this object.FileSystemEndpoint.BuilderFileSystemEndpoint.Builder. ipAddresses(String... ipAddresses)IP addresses of the file system endpoint.FileSystemEndpoint.BuilderFileSystemEndpoint.Builder. ipAddresses(Collection<String> ipAddresses)IP addresses of the file system endpoint.FileSystemEndpoint.BuilderFileSystemEndpoint. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileSystemEndpoint.Builder Modifier and Type Method Description static Class<? extends FileSystemEndpoint.Builder>FileSystemEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type FileSystemEndpoint.Builder Modifier and Type Method Description 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.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.
-