Uses of Class
com.oracle.bmc.jms.model.PostInstallationActions
-
Packages that use PostInstallationActions Package Description com.oracle.bmc.jms.model -
-
Uses of PostInstallationActions in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PostInstallationActions Modifier and Type Method Description static PostInstallationActions
PostInstallationActions. create(String key)
static PostInstallationActions
PostInstallationActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostInstallationActions[]
PostInstallationActions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model that return types with arguments of type PostInstallationActions Modifier and Type Method Description List<PostInstallationActions>
AddFleetInstallationSitesDetails. getPostInstallationActions()
Optional list of post java installation actionsMethod parameters in com.oracle.bmc.jms.model with type arguments of type PostInstallationActions Modifier and Type Method Description AddFleetInstallationSitesDetails.Builder
AddFleetInstallationSitesDetails.Builder. postInstallationActions(List<PostInstallationActions> postInstallationActions)
Optional list of post java installation actions
-