Uses of Class
com.oracle.bmc.disasterrecovery.model.UpdateObjectStorageLogLocationDetails
-
Packages that use UpdateObjectStorageLogLocationDetails Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of UpdateObjectStorageLogLocationDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return UpdateObjectStorageLogLocationDetails Modifier and Type Method Description UpdateObjectStorageLogLocationDetails
UpdateObjectStorageLogLocationDetails.Builder. build()
UpdateObjectStorageLogLocationDetails
UpdateDrProtectionGroupDetails. getLogLocation()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateObjectStorageLogLocationDetails Modifier and Type Method Description UpdateObjectStorageLogLocationDetails.Builder
UpdateObjectStorageLogLocationDetails.Builder. copy(UpdateObjectStorageLogLocationDetails model)
UpdateDrProtectionGroupDetails.Builder
UpdateDrProtectionGroupDetails.Builder. logLocation(UpdateObjectStorageLogLocationDetails logLocation)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type UpdateObjectStorageLogLocationDetails Constructor Description UpdateDrProtectionGroupDetails(String displayName, UpdateObjectStorageLogLocationDetails logLocation, List<UpdateDrProtectionGroupMemberDetails> members, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-