Uses of Class
com.oracle.bmc.disasterrecovery.model.UpdateObjectStorageScriptLocationDetails
- 
Packages that use UpdateObjectStorageScriptLocationDetails Package Description com.oracle.bmc.disasterrecovery.model 
- 
- 
Uses of UpdateObjectStorageScriptLocationDetails in com.oracle.bmc.disasterrecovery.modelMethods in com.oracle.bmc.disasterrecovery.model that return UpdateObjectStorageScriptLocationDetails Modifier and Type Method Description UpdateObjectStorageScriptLocationDetailsUpdateObjectStorageScriptLocationDetails.Builder. build()UpdateObjectStorageScriptLocationDetailsUpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails. getObjectStorageScriptLocation()UpdateObjectStorageScriptLocationDetailsUpdateRunObjectStoreScriptUserDefinedStepDetails. getObjectStorageScriptLocation()Methods in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateObjectStorageScriptLocationDetails Modifier and Type Method Description UpdateObjectStorageScriptLocationDetails.BuilderUpdateObjectStorageScriptLocationDetails.Builder. copy(UpdateObjectStorageScriptLocationDetails model)UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.BuilderUpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder. objectStorageScriptLocation(UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation)UpdateRunObjectStoreScriptUserDefinedStepDetails.BuilderUpdateRunObjectStoreScriptUserDefinedStepDetails.Builder. objectStorageScriptLocation(UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation)Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateObjectStorageScriptLocationDetails Constructor Description UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails(String runOnInstanceId, UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation)Deprecated.UpdateRunObjectStoreScriptUserDefinedStepDetails(String runOnInstanceId, UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation)Deprecated.
 
-