Interface SearchService.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
SearchService.Update
- Enclosing interface:
SearchService.UpdateStages
public static interface SearchService.UpdateStages.WithPublicNetworkAccess
The stage of search service update allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the search service.Enables public network access for the search service.
-
Method Details
-
enablePublicNetworkAccess
SearchService.Update enablePublicNetworkAccess()Enables public network access for the search service.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
SearchService.Update disablePublicNetworkAccess()Disables public network access for the search service.- Returns:
- the next stage of the update
-