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 ListLinksResponse
Link. listLinks(ListLinksRequest request)
Return a (paginated) list of links.ListLinksResponse
LinkClient. 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 ListLinksResponse
ListLinksResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type ListLinksResponse Modifier and Type Method Description ListLinksResponse.Builder
ListLinksResponse.Builder. copy(ListLinksResponse o)
Copy method to populate the builder with values from the given instance.
-