Uses of Class
com.oracle.bmc.jms.model.DeployedApplicationUsage
-
Packages that use DeployedApplicationUsage Package Description com.oracle.bmc.jms.model -
-
Uses of DeployedApplicationUsage in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return DeployedApplicationUsage Modifier and Type Method Description DeployedApplicationUsage
DeployedApplicationUsage.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type DeployedApplicationUsage Modifier and Type Method Description List<DeployedApplicationUsage>
DeployedApplicationUsageCollection. getItems()
A list of deployed application usages.Methods in com.oracle.bmc.jms.model with parameters of type DeployedApplicationUsage Modifier and Type Method Description DeployedApplicationUsage.Builder
DeployedApplicationUsage.Builder. copy(DeployedApplicationUsage model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type DeployedApplicationUsage Modifier and Type Method Description DeployedApplicationUsageCollection.Builder
DeployedApplicationUsageCollection.Builder. items(List<DeployedApplicationUsage> items)
A list of deployed application usages.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type DeployedApplicationUsage Constructor Description DeployedApplicationUsageCollection(List<DeployedApplicationUsage> items)
Deprecated.
-