Uses of Class
com.oracle.bmc.filestorage.responses.CreateOutboundConnectorResponse
-
Packages that use CreateOutboundConnectorResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of CreateOutboundConnectorResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return CreateOutboundConnectorResponse Modifier and Type Method Description CreateOutboundConnectorResponse
FileStorage. createOutboundConnector(CreateOutboundConnectorRequest request)
Creates a new outbound connector in the specified compartment.CreateOutboundConnectorResponse
FileStorageClient. createOutboundConnector(CreateOutboundConnectorRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type CreateOutboundConnectorResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateOutboundConnectorResponse 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 CreateOutboundConnectorResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return CreateOutboundConnectorResponse Modifier and Type Method Description CreateOutboundConnectorResponse
CreateOutboundConnectorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type CreateOutboundConnectorResponse Modifier and Type Method Description CreateOutboundConnectorResponse.Builder
CreateOutboundConnectorResponse.Builder. copy(CreateOutboundConnectorResponse o)
Copy method to populate the builder with values from the given instance.
-