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