Uses of Class
com.oracle.bmc.filestorage.responses.DeleteOutboundConnectorResponse
-
Packages that use DeleteOutboundConnectorResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of DeleteOutboundConnectorResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return DeleteOutboundConnectorResponse Modifier and Type Method Description DeleteOutboundConnectorResponse
FileStorage. deleteOutboundConnector(DeleteOutboundConnectorRequest request)
Deletes the specified outbound connector.DeleteOutboundConnectorResponse
FileStorageClient. deleteOutboundConnector(DeleteOutboundConnectorRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type DeleteOutboundConnectorResponse Modifier and Type Method Description Future<DeleteOutboundConnectorResponse>
FileStorageAsync. deleteOutboundConnector(DeleteOutboundConnectorRequest request, AsyncHandler<DeleteOutboundConnectorRequest,DeleteOutboundConnectorResponse> handler)
Deletes the specified outbound connector.Future<DeleteOutboundConnectorResponse>
FileStorageAsyncClient. deleteOutboundConnector(DeleteOutboundConnectorRequest request, AsyncHandler<DeleteOutboundConnectorRequest,DeleteOutboundConnectorResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteOutboundConnectorResponse Modifier and Type Method Description Future<DeleteOutboundConnectorResponse>
FileStorageAsync. deleteOutboundConnector(DeleteOutboundConnectorRequest request, AsyncHandler<DeleteOutboundConnectorRequest,DeleteOutboundConnectorResponse> handler)
Deletes the specified outbound connector.Future<DeleteOutboundConnectorResponse>
FileStorageAsyncClient. deleteOutboundConnector(DeleteOutboundConnectorRequest request, AsyncHandler<DeleteOutboundConnectorRequest,DeleteOutboundConnectorResponse> handler)
-
Uses of DeleteOutboundConnectorResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return DeleteOutboundConnectorResponse Modifier and Type Method Description DeleteOutboundConnectorResponse
DeleteOutboundConnectorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type DeleteOutboundConnectorResponse Modifier and Type Method Description DeleteOutboundConnectorResponse.Builder
DeleteOutboundConnectorResponse.Builder. copy(DeleteOutboundConnectorResponse o)
Copy method to populate the builder with values from the given instance.
-