Uses of Class
com.oracle.bmc.fleetappsmanagement.model.TargetComponentSummary
-
Packages that use TargetComponentSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of TargetComponentSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type TargetComponentSummary Modifier and Type Method Description Iterable<TargetComponentSummary>FleetAppsManagementOperationsPaginators. listTargetComponentsRecordIterator(ListTargetComponentsRequest request)Creates a new iterable which will iterate over theTargetComponentSummaryobjects contained in responses from the listTargetComponents operation. -
Uses of TargetComponentSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return TargetComponentSummary Modifier and Type Method Description TargetComponentSummaryTargetComponentSummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type TargetComponentSummary Modifier and Type Method Description List<TargetComponentSummary>TargetComponentCollection. getItems()List of target components.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type TargetComponentSummary Modifier and Type Method Description TargetComponentSummary.BuilderTargetComponentSummary.Builder. copy(TargetComponentSummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type TargetComponentSummary Modifier and Type Method Description TargetComponentCollection.BuilderTargetComponentCollection.Builder. items(List<TargetComponentSummary> items)List of target components.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type TargetComponentSummary Constructor Description TargetComponentCollection(List<TargetComponentSummary> items)Deprecated.
-