Uses of Class
com.oracle.bmc.filestorage.responses.ListOutboundConnectorsResponse
-
Packages that use ListOutboundConnectorsResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListOutboundConnectorsResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListOutboundConnectorsResponse Modifier and Type Method Description ListOutboundConnectorsResponse
FileStorage. listOutboundConnectors(ListOutboundConnectorsRequest request)
Lists the outbound connector resources in the specified compartment.ListOutboundConnectorsResponse
FileStorageClient. listOutboundConnectors(ListOutboundConnectorsRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type ListOutboundConnectorsResponse Modifier and Type Method Description Future<ListOutboundConnectorsResponse>
FileStorageAsync. listOutboundConnectors(ListOutboundConnectorsRequest request, AsyncHandler<ListOutboundConnectorsRequest,ListOutboundConnectorsResponse> handler)
Lists the outbound connector resources in the specified compartment.Future<ListOutboundConnectorsResponse>
FileStorageAsyncClient. listOutboundConnectors(ListOutboundConnectorsRequest request, AsyncHandler<ListOutboundConnectorsRequest,ListOutboundConnectorsResponse> handler)
Iterable<ListOutboundConnectorsResponse>
FileStoragePaginators. listOutboundConnectorsResponseIterator(ListOutboundConnectorsRequest request)
Creates a new iterable which will iterate over the responses received from the listOutboundConnectors operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListOutboundConnectorsResponse Modifier and Type Method Description Future<ListOutboundConnectorsResponse>
FileStorageAsync. listOutboundConnectors(ListOutboundConnectorsRequest request, AsyncHandler<ListOutboundConnectorsRequest,ListOutboundConnectorsResponse> handler)
Lists the outbound connector resources in the specified compartment.Future<ListOutboundConnectorsResponse>
FileStorageAsyncClient. listOutboundConnectors(ListOutboundConnectorsRequest request, AsyncHandler<ListOutboundConnectorsRequest,ListOutboundConnectorsResponse> handler)
-
Uses of ListOutboundConnectorsResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListOutboundConnectorsResponse Modifier and Type Method Description ListOutboundConnectorsResponse
ListOutboundConnectorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListOutboundConnectorsResponse Modifier and Type Method Description ListOutboundConnectorsResponse.Builder
ListOutboundConnectorsResponse.Builder. copy(ListOutboundConnectorsResponse o)
Copy method to populate the builder with values from the given instance.
-