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