Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PatchFileContentDetails
-
Packages that use PatchFileContentDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PatchFileContentDetails in com.oracle.bmc.fleetappsmanagement.model
Subclasses of PatchFileContentDetails in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
PatchFileObjectStorageBucketContentDetails
Details about Object Storage Bucket source.Methods in com.oracle.bmc.fleetappsmanagement.model that return PatchFileContentDetails Modifier and Type Method Description PatchFileContentDetails
GenericArtifact. getContent()
PatchFileContentDetails
PlatformSpecificArtifact. getContent()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchFileContentDetails Modifier and Type Method Description GenericArtifact.Builder
GenericArtifact.Builder. content(PatchFileContentDetails content)
PlatformSpecificArtifact.Builder
PlatformSpecificArtifact.Builder. content(PatchFileContentDetails content)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PatchFileContentDetails Constructor Description GenericArtifact(PatchFileContentDetails content)
Deprecated.PlatformSpecificArtifact(PatchFileContentDetails content, PlatformSpecificArtifact.OsType osType, PlatformSpecificArtifact.Architecture architecture)
Deprecated.
-