Uses of Class
software.amazon.awssdk.services.transfer.model.WebAppUnits
-
Packages that use WebAppUnits Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of WebAppUnits in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return WebAppUnits Modifier and Type Method Description static WebAppUnitsWebAppUnits. fromProvisioned(Integer provisioned)Create an instance of this class withprovisioned()initialized to the given value.WebAppUnitsCreateWebAppRequest. webAppUnits()A union that contains the value for number of concurrent connections or the user sessions on your web app.WebAppUnitsDescribedWebApp. webAppUnits()A union that contains the value for number of concurrent connections or the user sessions on your web app.WebAppUnitsUpdateWebAppRequest. webAppUnits()A union that contains the value for number of concurrent connections or the user sessions on your web app.Methods in software.amazon.awssdk.services.transfer.model with parameters of type WebAppUnits Modifier and Type Method Description CreateWebAppRequest.BuilderCreateWebAppRequest.Builder. webAppUnits(WebAppUnits webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.DescribedWebApp.BuilderDescribedWebApp.Builder. webAppUnits(WebAppUnits webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.UpdateWebAppRequest.BuilderUpdateWebAppRequest.Builder. webAppUnits(WebAppUnits webAppUnits)A union that contains the value for number of concurrent connections or the user sessions on your web app.
-