Uses of Interface
software.amazon.awssdk.services.transfer.model.WebAppUnits.Builder
-
Packages that use WebAppUnits.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of WebAppUnits.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return WebAppUnits.Builder Modifier and Type Method Description static WebAppUnits.BuilderWebAppUnits. builder()WebAppUnits.BuilderWebAppUnits.Builder. provisioned(Integer provisioned)An integer that represents the number of units for your desired number of concurrent connections, or the number of user sessions on your web app at the same time.WebAppUnits.BuilderWebAppUnits. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type WebAppUnits.Builder Modifier and Type Method Description static Class<? extends WebAppUnits.Builder>WebAppUnits. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type WebAppUnits.Builder Modifier and Type Method Description default CreateWebAppRequest.BuilderCreateWebAppRequest.Builder. webAppUnits(Consumer<WebAppUnits.Builder> webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.default DescribedWebApp.BuilderDescribedWebApp.Builder. webAppUnits(Consumer<WebAppUnits.Builder> webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.default UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. webAppUnits(Consumer<WebAppUnits.Builder> webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.
-