Uses of Class
com.oracle.bmc.devops.responses.ListConnectionsResponse
-
Packages that use ListConnectionsResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListConnectionsResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListConnectionsResponse Modifier and Type Method Description ListConnectionsResponse
Devops. listConnections(ListConnectionsRequest request)
Returns a list of connections.ListConnectionsResponse
DevopsClient. listConnections(ListConnectionsRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListConnectionsResponse Modifier and Type Method Description Future<ListConnectionsResponse>
DevopsAsync. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)
Returns a list of connections.Future<ListConnectionsResponse>
DevopsAsyncClient. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)
Iterable<ListConnectionsResponse>
DevopsPaginators. listConnectionsResponseIterator(ListConnectionsRequest request)
Creates a new iterable which will iterate over the responses received from the listConnections operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListConnectionsResponse Modifier and Type Method Description Future<ListConnectionsResponse>
DevopsAsync. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)
Returns a list of connections.Future<ListConnectionsResponse>
DevopsAsyncClient. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)
-
Uses of ListConnectionsResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListConnectionsResponse Modifier and Type Method Description ListConnectionsResponse
ListConnectionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListConnectionsResponse Modifier and Type Method Description ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. copy(ListConnectionsResponse o)
Copy method to populate the builder with values from the given instance.
-