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 ListConnectionsRequestListConnectionsRequest.Builder. build()Build the instance of ListConnectionsRequest as configured by this builderListConnectionsRequestListConnectionsRequest.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.BuilderListConnectionsRequest.Builder. copy(ListConnectionsRequest o)Copy method to populate the builder with values from the given instance.
-