Uses of Class
software.amazon.awssdk.services.storagegateway.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>DescribeGatewayInformationResponse. gatewayNetworkInterfaces()A NetworkInterface array that contains descriptions of the gateway network interfaces.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type NetworkInterface Modifier and Type Method Description DescribeGatewayInformationResponse.BuilderDescribeGatewayInformationResponse.Builder. gatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)A NetworkInterface array that contains descriptions of the gateway network interfaces.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type NetworkInterface Modifier and Type Method Description DescribeGatewayInformationResponse.BuilderDescribeGatewayInformationResponse.Builder. gatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)A NetworkInterface array that contains descriptions of the gateway network interfaces.
-