Uses of Class
com.oracle.bmc.fleetappsmanagement.model.AssociatedFleetResourceDetails
-
Packages that use AssociatedFleetResourceDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of AssociatedFleetResourceDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return AssociatedFleetResourceDetails Modifier and Type Method Description AssociatedFleetResourceDetails
AssociatedFleetResourceDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type AssociatedFleetResourceDetails Modifier and Type Method Description List<AssociatedFleetResourceDetails>
CreateFleetDetails. getResources()
Resources associated with the Fleet if resourceSelectionType is MANUAL.List<AssociatedFleetResourceDetails>
Fleet. getResources()
Resources associated with the Fleet if resourceSelectionType is MANUAL.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type AssociatedFleetResourceDetails Modifier and Type Method Description AssociatedFleetResourceDetails.Builder
AssociatedFleetResourceDetails.Builder. copy(AssociatedFleetResourceDetails model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type AssociatedFleetResourceDetails Modifier and Type Method Description CreateFleetDetails.Builder
CreateFleetDetails.Builder. resources(List<AssociatedFleetResourceDetails> resources)
Resources associated with the Fleet if resourceSelectionType is MANUAL.Fleet.Builder
Fleet.Builder. resources(List<AssociatedFleetResourceDetails> resources)
Resources associated with the Fleet if resourceSelectionType is MANUAL.
-