Uses of Class
com.oracle.bmc.jms.model.NewInstallationSite
-
Packages that use NewInstallationSite Package Description com.oracle.bmc.jms.model -
-
Uses of NewInstallationSite in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return NewInstallationSite Modifier and Type Method Description NewInstallationSite
NewInstallationSite.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type NewInstallationSite Modifier and Type Method Description List<NewInstallationSite>
AddFleetInstallationSitesDetails. getInstallationSites()
The list of installation sites to add.Methods in com.oracle.bmc.jms.model with parameters of type NewInstallationSite Modifier and Type Method Description NewInstallationSite.Builder
NewInstallationSite.Builder. copy(NewInstallationSite model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type NewInstallationSite Modifier and Type Method Description AddFleetInstallationSitesDetails.Builder
AddFleetInstallationSitesDetails.Builder. installationSites(List<NewInstallationSite> installationSites)
The list of installation sites to add.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type NewInstallationSite Constructor Description AddFleetInstallationSitesDetails(List<NewInstallationSite> installationSites, List<PostInstallationActions> postInstallationActions)
Deprecated.
-