Uses of Interface
software.amazon.awssdk.services.storagegateway.model.EndpointNetworkConfiguration.Builder
-
Packages that use EndpointNetworkConfiguration.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of EndpointNetworkConfiguration.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return EndpointNetworkConfiguration.Builder Modifier and Type Method Description static EndpointNetworkConfiguration.BuilderEndpointNetworkConfiguration. builder()EndpointNetworkConfiguration.BuilderEndpointNetworkConfiguration.Builder. ipAddresses(String... ipAddresses)A list of gateway IP addresses on which the associated Amazon FSx file system is available.EndpointNetworkConfiguration.BuilderEndpointNetworkConfiguration.Builder. ipAddresses(Collection<String> ipAddresses)A list of gateway IP addresses on which the associated Amazon FSx file system is available.EndpointNetworkConfiguration.BuilderEndpointNetworkConfiguration. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type EndpointNetworkConfiguration.Builder Modifier and Type Method Description static Class<? extends EndpointNetworkConfiguration.Builder>EndpointNetworkConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type EndpointNetworkConfiguration.Builder Modifier and Type Method Description default AssociateFileSystemRequest.BuilderAssociateFileSystemRequest.Builder. endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)Specifies the network configuration information for the gateway associated with the Amazon FSx file system.default FileSystemAssociationInfo.BuilderFileSystemAssociationInfo.Builder. endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)Specifies network configuration information for the gateway associated with the Amazon FSx file system.
-