Uses of Class
com.oracle.bmc.goldengate.requests.GetConnectionRequest.View
-
Packages that use GetConnectionRequest.View Package Description com.oracle.bmc.goldengate.requests -
-
Uses of GetConnectionRequest.View in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return GetConnectionRequest.View Modifier and Type Method Description static GetConnectionRequest.View
GetConnectionRequest.View. create(String key)
GetConnectionRequest.View
GetConnectionRequest. getView()
Selects the connection fields returned in connection details.static GetConnectionRequest.View
GetConnectionRequest.View. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetConnectionRequest.View[]
GetConnectionRequest.View. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.requests with parameters of type GetConnectionRequest.View Modifier and Type Method Description GetConnectionRequest.Builder
GetConnectionRequest.Builder. view(GetConnectionRequest.View view)
Selects the connection fields returned in connection details.
-