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 ListLinksResponseLink. 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)ListLinksResponseLinkClient. listLinks(ListLinksRequest request)Iterable<LinkSummary>LinkPaginators. listLinksRecordIterator(ListLinksRequest request)Creates a new iterable which will iterate over theLinkSummaryobjects 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 ListLinksRequestListLinksRequest.Builder. build()Build the instance of ListLinksRequest as configured by this builderListLinksRequestListLinksRequest.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.BuilderListLinksRequest.Builder. copy(ListLinksRequest o)Copy method to populate the builder with values from the given instance.
-