Uses of Class
com.oracle.bmc.filestorage.responses.UpdateOutboundConnectorResponse
-
Packages that use UpdateOutboundConnectorResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UpdateOutboundConnectorResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UpdateOutboundConnectorResponse Modifier and Type Method Description UpdateOutboundConnectorResponse
FileStorage. updateOutboundConnector(UpdateOutboundConnectorRequest request)
Updates the specified outbound connector’s information.UpdateOutboundConnectorResponse
FileStorageClient. updateOutboundConnector(UpdateOutboundConnectorRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UpdateOutboundConnectorResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateOutboundConnectorResponse 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 UpdateOutboundConnectorResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UpdateOutboundConnectorResponse Modifier and Type Method Description UpdateOutboundConnectorResponse
UpdateOutboundConnectorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UpdateOutboundConnectorResponse Modifier and Type Method Description UpdateOutboundConnectorResponse.Builder
UpdateOutboundConnectorResponse.Builder. copy(UpdateOutboundConnectorResponse o)
Copy method to populate the builder with values from the given instance.
-