Uses of Class
com.oracle.bmc.filestorage.requests.CreateOutboundConnectorRequest
-
Packages that use CreateOutboundConnectorRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of CreateOutboundConnectorRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type CreateOutboundConnectorRequest Modifier and Type Method Description CreateOutboundConnectorResponse
FileStorage. createOutboundConnector(CreateOutboundConnectorRequest request)
Creates a new outbound connector in the specified compartment.Future<CreateOutboundConnectorResponse>
FileStorageAsync. createOutboundConnector(CreateOutboundConnectorRequest request, AsyncHandler<CreateOutboundConnectorRequest,CreateOutboundConnectorResponse> handler)
Creates a new outbound connector in the specified compartment.Future<CreateOutboundConnectorResponse>
FileStorageAsyncClient. createOutboundConnector(CreateOutboundConnectorRequest request, AsyncHandler<CreateOutboundConnectorRequest,CreateOutboundConnectorResponse> handler)
CreateOutboundConnectorResponse
FileStorageClient. createOutboundConnector(CreateOutboundConnectorRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateOutboundConnectorRequest Modifier and Type Method Description Future<CreateOutboundConnectorResponse>
FileStorageAsync. createOutboundConnector(CreateOutboundConnectorRequest request, AsyncHandler<CreateOutboundConnectorRequest,CreateOutboundConnectorResponse> handler)
Creates a new outbound connector in the specified compartment.Future<CreateOutboundConnectorResponse>
FileStorageAsyncClient. createOutboundConnector(CreateOutboundConnectorRequest request, AsyncHandler<CreateOutboundConnectorRequest,CreateOutboundConnectorResponse> handler)
-
Uses of CreateOutboundConnectorRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateOutboundConnectorRequest Modifier and Type Method Description CreateOutboundConnectorRequest
CreateOutboundConnectorRequest.Builder. build()
Build the instance of CreateOutboundConnectorRequest as configured by this builderCreateOutboundConnectorRequest
CreateOutboundConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOutboundConnectorRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type CreateOutboundConnectorRequest Modifier and Type Method Description CreateOutboundConnectorRequest.Builder
CreateOutboundConnectorRequest.Builder. copy(CreateOutboundConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-