Uses of Class
com.oracle.bmc.recovery.model.ChangeProtectedDatabaseSubscriptionDetails
-
Packages that use ChangeProtectedDatabaseSubscriptionDetails Package Description com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of ChangeProtectedDatabaseSubscriptionDetails in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return ChangeProtectedDatabaseSubscriptionDetails Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionDetails
ChangeProtectedDatabaseSubscriptionDetails.Builder. build()
Methods in com.oracle.bmc.recovery.model with parameters of type ChangeProtectedDatabaseSubscriptionDetails Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionDetails.Builder
ChangeProtectedDatabaseSubscriptionDetails.Builder. copy(ChangeProtectedDatabaseSubscriptionDetails model)
-
Uses of ChangeProtectedDatabaseSubscriptionDetails in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeProtectedDatabaseSubscriptionDetails Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionDetails
ChangeProtectedDatabaseSubscriptionRequest. getBody$()
Alternative accessor for the body parameter.ChangeProtectedDatabaseSubscriptionDetails
ChangeProtectedDatabaseSubscriptionRequest. getChangeProtectedDatabaseSubscriptionDetails()
Associate a protected database with a different subscription.Methods in com.oracle.bmc.recovery.requests with parameters of type ChangeProtectedDatabaseSubscriptionDetails Modifier and Type Method Description ChangeProtectedDatabaseSubscriptionRequest.Builder
ChangeProtectedDatabaseSubscriptionRequest.Builder. body$(ChangeProtectedDatabaseSubscriptionDetails body)
Alternative setter for the body parameter.ChangeProtectedDatabaseSubscriptionRequest.Builder
ChangeProtectedDatabaseSubscriptionRequest.Builder. changeProtectedDatabaseSubscriptionDetails(ChangeProtectedDatabaseSubscriptionDetails changeProtectedDatabaseSubscriptionDetails)
Associate a protected database with a different subscription.
-