Uses of Class
com.oracle.bmc.fleetappsmanagement.model.TargetPropertySummary
-
Packages that use TargetPropertySummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of TargetPropertySummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type TargetPropertySummary Modifier and Type Method Description Iterable<TargetPropertySummary>FleetAppsManagementOperationsPaginators. listTargetPropertiesRecordIterator(ListTargetPropertiesRequest request)Creates a new iterable which will iterate over theTargetPropertySummaryobjects contained in responses from the listTargetProperties operation. -
Uses of TargetPropertySummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return TargetPropertySummary Modifier and Type Method Description TargetPropertySummaryTargetPropertySummary.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type TargetPropertySummary Modifier and Type Method Description List<TargetPropertySummary>TargetPropertyCollection. getItems()List of target properties.List<TargetPropertySummary>TargetComponentSummary. getProperties()List of properties.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type TargetPropertySummary Modifier and Type Method Description TargetPropertySummary.BuilderTargetPropertySummary.Builder. copy(TargetPropertySummary model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type TargetPropertySummary Modifier and Type Method Description TargetPropertyCollection.BuilderTargetPropertyCollection.Builder. items(List<TargetPropertySummary> items)List of target properties.TargetComponentSummary.BuilderTargetComponentSummary.Builder. properties(List<TargetPropertySummary> properties)List of properties.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type TargetPropertySummary Constructor Description TargetComponentSummary(String name, String version, String path, List<TargetPropertySummary> properties)Deprecated.TargetPropertyCollection(List<TargetPropertySummary> items)Deprecated.
-