Uses of Class
com.oracle.bmc.disasterrecovery.model.CreateDrProtectionGroupDetails
-
Packages that use CreateDrProtectionGroupDetails Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of CreateDrProtectionGroupDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return CreateDrProtectionGroupDetails Modifier and Type Method Description CreateDrProtectionGroupDetails
CreateDrProtectionGroupDetails.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type CreateDrProtectionGroupDetails Modifier and Type Method Description CreateDrProtectionGroupDetails.Builder
CreateDrProtectionGroupDetails.Builder. copy(CreateDrProtectionGroupDetails model)
-
Uses of CreateDrProtectionGroupDetails in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return CreateDrProtectionGroupDetails Modifier and Type Method Description CreateDrProtectionGroupDetails
CreateDrProtectionGroupRequest. getBody$()
Alternative accessor for the body parameter.CreateDrProtectionGroupDetails
CreateDrProtectionGroupRequest. getCreateDrProtectionGroupDetails()
Details for creating the DR protection group.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type CreateDrProtectionGroupDetails Modifier and Type Method Description CreateDrProtectionGroupRequest.Builder
CreateDrProtectionGroupRequest.Builder. body$(CreateDrProtectionGroupDetails body)
Alternative setter for the body parameter.CreateDrProtectionGroupRequest.Builder
CreateDrProtectionGroupRequest.Builder. createDrProtectionGroupDetails(CreateDrProtectionGroupDetails createDrProtectionGroupDetails)
Details for creating the DR protection group.
-