Uses of Interface
software.amazon.awssdk.services.fms.model.App.Builder
-
Packages that use App.Builder Package Description software.amazon.awssdk.services.fms.model -
-
Uses of App.Builder in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return App.Builder Modifier and Type Method Description App.BuilderApp.Builder. appName(String appName)The application's name.static App.BuilderApp. builder()App.BuilderApp.Builder. port(Long port)The application's port number, for example80.App.BuilderApp.Builder. protocol(String protocol)The IP protocol name or number.App.BuilderApp. toBuilder()Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type App.Builder Modifier and Type Method Description static Class<? extends App.Builder>App. serializableBuilderClass()
-