Uses of Interface
software.amazon.awssdk.services.fsx.model.SvmEndpoint.Builder
-
Packages that use SvmEndpoint.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of SvmEndpoint.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return SvmEndpoint.Builder Modifier and Type Method Description static SvmEndpoint.BuilderSvmEndpoint. builder()SvmEndpoint.BuilderSvmEndpoint.Builder. dnsName(String dnsName)Sets the value of the DNSName property for this object.SvmEndpoint.BuilderSvmEndpoint.Builder. ipAddresses(String... ipAddresses)The SVM endpoint's IP addresses.SvmEndpoint.BuilderSvmEndpoint.Builder. ipAddresses(Collection<String> ipAddresses)The SVM endpoint's IP addresses.SvmEndpoint.BuilderSvmEndpoint. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type SvmEndpoint.Builder Modifier and Type Method Description static Class<? extends SvmEndpoint.Builder>SvmEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type SvmEndpoint.Builder Modifier and Type Method Description default SvmEndpoints.BuilderSvmEndpoints.Builder. iscsi(Consumer<SvmEndpoint.Builder> iscsi)An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.default SvmEndpoints.BuilderSvmEndpoints.Builder. management(Consumer<SvmEndpoint.Builder> management)An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.default SvmEndpoints.BuilderSvmEndpoints.Builder. nfs(Consumer<SvmEndpoint.Builder> nfs)An endpoint for connecting using the Network File System (NFS) protocol.default SvmEndpoints.BuilderSvmEndpoints.Builder. smb(Consumer<SvmEndpoint.Builder> smb)An endpoint for connecting using the Server Message Block (SMB) protocol.
-