| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointNetworkConfiguration.Builder |
EndpointNetworkConfiguration.builder() |
EndpointNetworkConfiguration.Builder |
EndpointNetworkConfiguration.Builder.ipAddresses(Collection<String> ipAddresses)
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
|
EndpointNetworkConfiguration.Builder |
EndpointNetworkConfiguration.Builder.ipAddresses(String... ipAddresses)
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
|
EndpointNetworkConfiguration.Builder |
EndpointNetworkConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointNetworkConfiguration.Builder> |
EndpointNetworkConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
|
default AssociateFileSystemRequest.Builder |
AssociateFileSystemRequest.Builder.endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
|
Copyright © 2021. All rights reserved.