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.modelMethods in com.oracle.bmc.disasterrecovery.model that return ObjectStorageScriptLocation Modifier and Type Method Description ObjectStorageScriptLocationObjectStorageScriptLocation.Builder. build()ObjectStorageScriptLocationRunObjectStoreScriptUserDefinedCustomPrecheckStep. getObjectStorageScriptLocation()ObjectStorageScriptLocationRunObjectStoreScriptUserDefinedStep. getObjectStorageScriptLocation()Methods in com.oracle.bmc.disasterrecovery.model with parameters of type ObjectStorageScriptLocation Modifier and Type Method Description ObjectStorageScriptLocation.BuilderObjectStorageScriptLocation.Builder. copy(ObjectStorageScriptLocation model)RunObjectStoreScriptUserDefinedCustomPrecheckStep.BuilderRunObjectStoreScriptUserDefinedCustomPrecheckStep.Builder. objectStorageScriptLocation(ObjectStorageScriptLocation objectStorageScriptLocation)RunObjectStoreScriptUserDefinedStep.BuilderRunObjectStoreScriptUserDefinedStep.Builder. objectStorageScriptLocation(ObjectStorageScriptLocation objectStorageScriptLocation)Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type ObjectStorageScriptLocation Constructor Description RunObjectStoreScriptUserDefinedCustomPrecheckStep(String runOnInstanceId, String runOnInstanceRegion, ObjectStorageScriptLocation objectStorageScriptLocation)Deprecated.RunObjectStoreScriptUserDefinedStep(String runOnInstanceId, String runOnInstanceRegion, ObjectStorageScriptLocation objectStorageScriptLocation)Deprecated.
 
-