InboundEndpoint.DefinitionStages.WithIpConfigurations Interface
public static interface InboundEndpoint.DefinitionStages.WithIpConfigurations
The stage of the InboundEndpoint definition allowing to specify ipConfigurations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withIpConfigurations(List<IpConfiguration> ipConfigurations)
Specifies the ip |
Method Details
withIpConfigurations
public abstract InboundEndpoint.DefinitionStages.WithCreate withIpConfigurations(List<IpConfiguration> ipConfigurations)
Specifies the ipConfigurations property: IP configurations for the inbound endpoint..
Parameters:
Returns: