Uses of Class
com.oracle.bmc.filestorage.requests.DeleteOutboundConnectorRequest
-
Packages that use DeleteOutboundConnectorRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of DeleteOutboundConnectorRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type DeleteOutboundConnectorRequest Modifier and Type Method Description DeleteOutboundConnectorResponseFileStorage. deleteOutboundConnector(DeleteOutboundConnectorRequest request)Deletes the specified outbound connector.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)DeleteOutboundConnectorResponseFileStorageClient. deleteOutboundConnector(DeleteOutboundConnectorRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type DeleteOutboundConnectorRequest 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 DeleteOutboundConnectorRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return DeleteOutboundConnectorRequest Modifier and Type Method Description DeleteOutboundConnectorRequestDeleteOutboundConnectorRequest.Builder. build()Build the instance of DeleteOutboundConnectorRequest as configured by this builderDeleteOutboundConnectorRequestDeleteOutboundConnectorRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteOutboundConnectorRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type DeleteOutboundConnectorRequest Modifier and Type Method Description DeleteOutboundConnectorRequest.BuilderDeleteOutboundConnectorRequest.Builder. copy(DeleteOutboundConnectorRequest o)Copy method to populate the builder with values from the given instance.
-