Uses of Class
com.oracle.bmc.fleetappsmanagement.model.DeployedResourceDetails
-
Packages that use DeployedResourceDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of DeployedResourceDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return DeployedResourceDetails Modifier and Type Method Description DeployedResourceDetails
DeployedResourceDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type DeployedResourceDetails Modifier and Type Method Description List<DeployedResourceDetails>
Provision. getDeployedResources()
The deployed resources and their summaryMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type DeployedResourceDetails Modifier and Type Method Description DeployedResourceDetails.Builder
DeployedResourceDetails.Builder. copy(DeployedResourceDetails model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type DeployedResourceDetails Modifier and Type Method Description Provision.Builder
Provision.Builder. deployedResources(List<DeployedResourceDetails> deployedResources)
The deployed resources and their summary
-