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
ObjectStorageBucketContentDetails
Details about Object Storage Bucket source.Methods in com.oracle.bmc.fleetappsmanagement.model that return ContentDetails Modifier and Type Method Description ContentDetails
GenericArtifact. getContent()
ContentDetails
PlatformSpecificArtifact. getContent()
ContentDetails
ScriptBasedExecutionDetails. getContent()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ContentDetails Modifier and Type Method Description GenericArtifact.Builder
GenericArtifact.Builder. content(ContentDetails content)
PlatformSpecificArtifact.Builder
PlatformSpecificArtifact.Builder. content(ContentDetails content)
ScriptBasedExecutionDetails.Builder
ScriptBasedExecutionDetails.Builder. content(ContentDetails content)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type ContentDetails Constructor Description GenericArtifact(ContentDetails content)
Deprecated.PlatformSpecificArtifact(ContentDetails content, PlatformSpecificArtifact.OsType osType, PlatformSpecificArtifact.Architecture architecture)
Deprecated.ScriptBasedExecutionDetails(TaskVariable variables, ContentDetails content, String command, List<ConfigAssociationDetails> credentials)
Deprecated.
-