Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListLinksRequest
-
Packages that use ListLinksRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListLinksRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type ListLinksRequest Modifier and Type Method Description ListLinksResponse
Link. listLinks(ListLinksRequest request)
Return a (paginated) list of links.Future<ListLinksResponse>
LinkAsync. listLinks(ListLinksRequest request, AsyncHandler<ListLinksRequest,ListLinksResponse> handler)
Return a (paginated) list of links.Future<ListLinksResponse>
LinkAsyncClient. listLinks(ListLinksRequest request, AsyncHandler<ListLinksRequest,ListLinksResponse> handler)
ListLinksResponse
LinkClient. listLinks(ListLinksRequest request)
Iterable<LinkSummary>
LinkPaginators. listLinksRecordIterator(ListLinksRequest request)
Creates a new iterable which will iterate over theLinkSummary
objects contained in responses from the listLinks operation.Iterable<ListLinksResponse>
LinkPaginators. listLinksResponseIterator(ListLinksRequest request)
Creates a new iterable which will iterate over the responses received from the listLinks operation.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListLinksRequest Modifier and Type Method Description Future<ListLinksResponse>
LinkAsync. listLinks(ListLinksRequest request, AsyncHandler<ListLinksRequest,ListLinksResponse> handler)
Return a (paginated) list of links.Future<ListLinksResponse>
LinkAsyncClient. listLinks(ListLinksRequest request, AsyncHandler<ListLinksRequest,ListLinksResponse> handler)
-
Uses of ListLinksRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListLinksRequest Modifier and Type Method Description ListLinksRequest
ListLinksRequest.Builder. build()
Build the instance of ListLinksRequest as configured by this builderListLinksRequest
ListLinksRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListLinksRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListLinksRequest Modifier and Type Method Description ListLinksRequest.Builder
ListLinksRequest.Builder. copy(ListLinksRequest o)
Copy method to populate the builder with values from the given instance.
-