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