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 UpdateOutboundConnectorResponseFileStorage. 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)UpdateOutboundConnectorResponseFileStorageClient. 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 UpdateOutboundConnectorRequestUpdateOutboundConnectorRequest.Builder. build()Build the instance of UpdateOutboundConnectorRequest as configured by this builderUpdateOutboundConnectorRequestUpdateOutboundConnectorRequest.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.BuilderUpdateOutboundConnectorRequest.Builder. copy(UpdateOutboundConnectorRequest o)Copy method to populate the builder with values from the given instance.
-