Uses of Class
com.oracle.bmc.goldengate.model.RefreshConnectionDetails
-
Packages that use RefreshConnectionDetails Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of RefreshConnectionDetails in com.oracle.bmc.goldengate.model
Subclasses of RefreshConnectionDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
DefaultRefreshConnectionDetails
Definition of the additional attributes for default Connection external attributes. -
Uses of RefreshConnectionDetails in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return RefreshConnectionDetails Modifier and Type Method Description RefreshConnectionDetails
RefreshConnectionRequest. getBody$()
Alternative accessor for the body parameter.RefreshConnectionDetails
RefreshConnectionRequest. getRefreshConnectionDetails()
Details of refresh external Connection attributes.Methods in com.oracle.bmc.goldengate.requests with parameters of type RefreshConnectionDetails Modifier and Type Method Description RefreshConnectionRequest.Builder
RefreshConnectionRequest.Builder. body$(RefreshConnectionDetails body)
Alternative setter for the body parameter.RefreshConnectionRequest.Builder
RefreshConnectionRequest.Builder. refreshConnectionDetails(RefreshConnectionDetails refreshConnectionDetails)
Details of refresh external Connection attributes.
-