Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ContentDetails
-
Packages that use ContentDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ContentDetails in com.oracle.bmc.fleetappsmanagement.model
Subclasses of ContentDetails in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
CatalogContentDetails
Details for Terraform content.class
ObjectStorageBucketContentDetails
Details about Object Storage Bucket source.Methods in com.oracle.bmc.fleetappsmanagement.model that return ContentDetails Modifier and Type Method Description ContentDetails
ScriptBasedExecutionDetails. getContent()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ContentDetails Modifier and Type Method Description ScriptBasedExecutionDetails.Builder
ScriptBasedExecutionDetails.Builder. content(ContentDetails content)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type ContentDetails Constructor Description ScriptBasedExecutionDetails(TaskVariable variables, ContentDetails content, String command, List<ConfigAssociationDetails> credentials, Boolean isLocked, Boolean isExecutableContent)
Deprecated.
-