Uses of Class
com.oracle.bmc.sch.responses.GetServiceConnectorResponse
-
Packages that use GetServiceConnectorResponse Package Description com.oracle.bmc.sch com.oracle.bmc.sch.responses -
-
Uses of GetServiceConnectorResponse in com.oracle.bmc.sch
Methods in com.oracle.bmc.sch that return GetServiceConnectorResponse Modifier and Type Method Description GetServiceConnectorResponse
ServiceConnector. getServiceConnector(GetServiceConnectorRequest request)
Gets the specified connector’s configuration information.GetServiceConnectorResponse
ServiceConnectorClient. getServiceConnector(GetServiceConnectorRequest request)
Method parameters in com.oracle.bmc.sch with type arguments of type GetServiceConnectorResponse Modifier and Type Method Description Future<GetServiceConnectorResponse>
ServiceConnectorAsync. getServiceConnector(GetServiceConnectorRequest request, AsyncHandler<GetServiceConnectorRequest,GetServiceConnectorResponse> handler)
Gets the specified connector’s configuration information.Future<GetServiceConnectorResponse>
ServiceConnectorAsyncClient. getServiceConnector(GetServiceConnectorRequest request, AsyncHandler<GetServiceConnectorRequest,GetServiceConnectorResponse> handler)
-
Uses of GetServiceConnectorResponse in com.oracle.bmc.sch.responses
Methods in com.oracle.bmc.sch.responses that return GetServiceConnectorResponse Modifier and Type Method Description GetServiceConnectorResponse
GetServiceConnectorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.sch.responses with parameters of type GetServiceConnectorResponse Modifier and Type Method Description GetServiceConnectorResponse.Builder
GetServiceConnectorResponse.Builder. copy(GetServiceConnectorResponse o)
Copy method to populate the builder with values from the given instance.
-