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 DeleteOutboundConnectorResponse
FileStorage. 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)
DeleteOutboundConnectorResponse
FileStorageClient. 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 DeleteOutboundConnectorRequest
DeleteOutboundConnectorRequest.Builder. build()
Build the instance of DeleteOutboundConnectorRequest as configured by this builderDeleteOutboundConnectorRequest
DeleteOutboundConnectorRequest.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.Builder
DeleteOutboundConnectorRequest.Builder. copy(DeleteOutboundConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-