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.model
Methods in com.oracle.bmc.disasterrecovery.model that return UpdateObjectStorageScriptLocationDetails Modifier and Type Method Description UpdateObjectStorageScriptLocationDetails
UpdateObjectStorageScriptLocationDetails.Builder. build()
UpdateObjectStorageScriptLocationDetails
UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails. getObjectStorageScriptLocation()
UpdateObjectStorageScriptLocationDetails
UpdateRunObjectStoreScriptUserDefinedStepDetails. getObjectStorageScriptLocation()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateObjectStorageScriptLocationDetails Modifier and Type Method Description UpdateObjectStorageScriptLocationDetails.Builder
UpdateObjectStorageScriptLocationDetails.Builder. copy(UpdateObjectStorageScriptLocationDetails model)
UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder
UpdateRunObjectStoreScriptUserDefinedCustomPrecheckStepDetails.Builder. objectStorageScriptLocation(UpdateObjectStorageScriptLocationDetails objectStorageScriptLocation)
UpdateRunObjectStoreScriptUserDefinedStepDetails.Builder
UpdateRunObjectStoreScriptUserDefinedStepDetails.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.
-