Uses of Class
com.oracle.bmc.fleetappsmanagement.model.KeyValueProperty
-
Packages that use KeyValueProperty Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of KeyValueProperty in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return KeyValueProperty Modifier and Type Method Description KeyValuePropertyKeyValueProperty.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type KeyValueProperty Modifier and Type Method Description List<KeyValueProperty>ConfigureCatalogItemDetails. getInputVariables()Array of key value pairs specifying variables or parameters to be used when configuring the catalog item.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type KeyValueProperty Modifier and Type Method Description KeyValueProperty.BuilderKeyValueProperty.Builder. copy(KeyValueProperty model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type KeyValueProperty Modifier and Type Method Description ConfigureCatalogItemDetails.BuilderConfigureCatalogItemDetails.Builder. inputVariables(List<KeyValueProperty> inputVariables)Array of key value pairs specifying variables or parameters to be used when configuring the catalog item.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type KeyValueProperty Constructor Description ConfigureCatalogItemDetails(String storageNamespace, String bucketName, String objectName, String compartmentId, String catalogListingId, String catalogListingVersionId, List<KeyValueProperty> inputVariables, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-