Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.ListLinksResponse
-
Packages that use ListLinksResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of ListLinksResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return ListLinksResponse Modifier and Type Method Description ListLinksResponseLink. listLinks(ListLinksRequest request)Return a (paginated) list of links.ListLinksResponseLinkClient. listLinks(ListLinksRequest request)Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type ListLinksResponse 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)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 ListLinksResponse 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 ListLinksResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return ListLinksResponse Modifier and Type Method Description ListLinksResponseListLinksResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type ListLinksResponse Modifier and Type Method Description ListLinksResponse.BuilderListLinksResponse.Builder. copy(ListLinksResponse o)Copy method to populate the builder with values from the given instance.
-