Uses of Class
com.oracle.bmc.sch.requests.CreateServiceConnectorRequest
-
Packages that use CreateServiceConnectorRequest Package Description com.oracle.bmc.sch com.oracle.bmc.sch.requests -
-
Uses of CreateServiceConnectorRequest in com.oracle.bmc.sch
Methods in com.oracle.bmc.sch with parameters of type CreateServiceConnectorRequest Modifier and Type Method Description CreateServiceConnectorResponse
ServiceConnector. createServiceConnector(CreateServiceConnectorRequest request)
Creates a new connector in the specified compartment.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)
CreateServiceConnectorResponse
ServiceConnectorClient. createServiceConnector(CreateServiceConnectorRequest request)
Method parameters in com.oracle.bmc.sch with type arguments of type CreateServiceConnectorRequest 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 CreateServiceConnectorRequest in com.oracle.bmc.sch.requests
Methods in com.oracle.bmc.sch.requests that return CreateServiceConnectorRequest Modifier and Type Method Description CreateServiceConnectorRequest
CreateServiceConnectorRequest.Builder. build()
Build the instance of CreateServiceConnectorRequest as configured by this builderCreateServiceConnectorRequest
CreateServiceConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateServiceConnectorRequest as configured by this builderMethods in com.oracle.bmc.sch.requests with parameters of type CreateServiceConnectorRequest Modifier and Type Method Description CreateServiceConnectorRequest.Builder
CreateServiceConnectorRequest.Builder. copy(CreateServiceConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-