Uses of Class
com.oracle.bmc.filestorage.requests.UpdateOutboundConnectorRequest
-
Packages that use UpdateOutboundConnectorRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateOutboundConnectorRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type UpdateOutboundConnectorRequest Modifier and Type Method Description UpdateOutboundConnectorResponse
FileStorage. updateOutboundConnector(UpdateOutboundConnectorRequest request)
Updates the specified outbound connector’s information.Future<UpdateOutboundConnectorResponse>
FileStorageAsync. updateOutboundConnector(UpdateOutboundConnectorRequest request, AsyncHandler<UpdateOutboundConnectorRequest,UpdateOutboundConnectorResponse> handler)
Updates the specified outbound connector’s information.Future<UpdateOutboundConnectorResponse>
FileStorageAsyncClient. updateOutboundConnector(UpdateOutboundConnectorRequest request, AsyncHandler<UpdateOutboundConnectorRequest,UpdateOutboundConnectorResponse> handler)
UpdateOutboundConnectorResponse
FileStorageClient. updateOutboundConnector(UpdateOutboundConnectorRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateOutboundConnectorRequest Modifier and Type Method Description Future<UpdateOutboundConnectorResponse>
FileStorageAsync. updateOutboundConnector(UpdateOutboundConnectorRequest request, AsyncHandler<UpdateOutboundConnectorRequest,UpdateOutboundConnectorResponse> handler)
Updates the specified outbound connector’s information.Future<UpdateOutboundConnectorResponse>
FileStorageAsyncClient. updateOutboundConnector(UpdateOutboundConnectorRequest request, AsyncHandler<UpdateOutboundConnectorRequest,UpdateOutboundConnectorResponse> handler)
-
Uses of UpdateOutboundConnectorRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateOutboundConnectorRequest Modifier and Type Method Description UpdateOutboundConnectorRequest
UpdateOutboundConnectorRequest.Builder. build()
Build the instance of UpdateOutboundConnectorRequest as configured by this builderUpdateOutboundConnectorRequest
UpdateOutboundConnectorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOutboundConnectorRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateOutboundConnectorRequest Modifier and Type Method Description UpdateOutboundConnectorRequest.Builder
UpdateOutboundConnectorRequest.Builder. copy(UpdateOutboundConnectorRequest o)
Copy method to populate the builder with values from the given instance.
-