Uses of Class
com.oracle.bmc.psql.model.ChangeRoleToStandaloneDetails
-
Packages that use ChangeRoleToStandaloneDetails Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of ChangeRoleToStandaloneDetails in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return ChangeRoleToStandaloneDetails Modifier and Type Method Description ChangeRoleToStandaloneDetailsChangeRoleToStandaloneDetails.Builder. build()Methods in com.oracle.bmc.psql.model with parameters of type ChangeRoleToStandaloneDetails Modifier and Type Method Description ChangeRoleToStandaloneDetails.BuilderChangeRoleToStandaloneDetails.Builder. copy(ChangeRoleToStandaloneDetails model) -
Uses of ChangeRoleToStandaloneDetails in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ChangeRoleToStandaloneDetails Modifier and Type Method Description ChangeRoleToStandaloneDetailsChangeRoleToStandaloneRequest. getBody$()Alternative accessor for the body parameter.ChangeRoleToStandaloneDetailsChangeRoleToStandaloneRequest. getChangeRoleToStandaloneDetails()Change a replica database system’s role to standalone parameters.Methods in com.oracle.bmc.psql.requests with parameters of type ChangeRoleToStandaloneDetails Modifier and Type Method Description ChangeRoleToStandaloneRequest.BuilderChangeRoleToStandaloneRequest.Builder. body$(ChangeRoleToStandaloneDetails body)Alternative setter for the body parameter.ChangeRoleToStandaloneRequest.BuilderChangeRoleToStandaloneRequest.Builder. changeRoleToStandaloneDetails(ChangeRoleToStandaloneDetails changeRoleToStandaloneDetails)Change a replica database system’s role to standalone parameters.
-