Uses of Class
com.oracle.bmc.devops.requests.ListConnectionsRequest
-
Packages that use ListConnectionsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListConnectionsRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type ListConnectionsRequest 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 ListConnectionsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListConnectionsRequest Modifier and Type Method Description ListConnectionsRequest
ListConnectionsRequest.Builder. build()
Build the instance of ListConnectionsRequest as configured by this builderListConnectionsRequest
ListConnectionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListConnectionsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListConnectionsRequest Modifier and Type Method Description ListConnectionsRequest.Builder
ListConnectionsRequest.Builder. copy(ListConnectionsRequest o)
Copy method to populate the builder with values from the given instance.
-