Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InputFileContentDetails
-
Packages that use InputFileContentDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InputFileContentDetails in com.oracle.bmc.fleetappsmanagement.model
Subclasses of InputFileContentDetails in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
InputFileObjectStorageBucketContentDetails
Details about Object Storage Bucket source.Methods in com.oracle.bmc.fleetappsmanagement.model that return InputFileContentDetails Modifier and Type Method Description InputFileContentDetails
FileTaskArgument. getContent()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InputFileContentDetails Modifier and Type Method Description FileTaskArgument.Builder
FileTaskArgument.Builder. content(InputFileContentDetails content)
Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type InputFileContentDetails Constructor Description FileTaskArgument(String name, InputFileContentDetails content)
Deprecated.
-