Uses of Class
com.oracle.bmc.disasterrecovery.model.ObjectStorageScriptLocation
-
Packages that use ObjectStorageScriptLocation Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of ObjectStorageScriptLocation in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return ObjectStorageScriptLocation Modifier and Type Method Description ObjectStorageScriptLocation
ObjectStorageScriptLocation.Builder. build()
ObjectStorageScriptLocation
RunObjectStoreScriptUserDefinedStep. getObjectStorageScriptLocation()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type ObjectStorageScriptLocation Modifier and Type Method Description ObjectStorageScriptLocation.Builder
ObjectStorageScriptLocation.Builder. copy(ObjectStorageScriptLocation model)
RunObjectStoreScriptUserDefinedStep.Builder
RunObjectStoreScriptUserDefinedStep.Builder. objectStorageScriptLocation(ObjectStorageScriptLocation objectStorageScriptLocation)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type ObjectStorageScriptLocation Constructor Description RunObjectStoreScriptUserDefinedStep(String runOnInstanceId, String runOnInstanceRegion, ObjectStorageScriptLocation objectStorageScriptLocation)
Deprecated.
-