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