Uses of Class
software.amazon.awssdk.services.oam.model.ListLinksRequest
-
Packages that use ListLinksRequest Package Description software.amazon.awssdk.services.oam Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring accounts by using CloudWatch cross-account observability.software.amazon.awssdk.services.oam.paginators software.amazon.awssdk.services.oam.transform -
-
Uses of ListLinksRequest in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam with parameters of type ListLinksRequest Modifier and Type Method Description default CompletableFuture<ListLinksResponse>OamAsyncClient. listLinks(ListLinksRequest listLinksRequest)Use this operation in a source account to return a list of links to monitoring account sinks that this source account has.default ListLinksResponseOamClient. listLinks(ListLinksRequest listLinksRequest)Use this operation in a source account to return a list of links to monitoring account sinks that this source account has.default ListLinksPublisherOamAsyncClient. listLinksPaginator(ListLinksRequest listLinksRequest)This is a variant ofOamAsyncClient.listLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation.default ListLinksIterableOamClient. listLinksPaginator(ListLinksRequest listLinksRequest)This is a variant ofOamClient.listLinks(software.amazon.awssdk.services.oam.model.ListLinksRequest)operation. -
Uses of ListLinksRequest in software.amazon.awssdk.services.oam.paginators
Constructors in software.amazon.awssdk.services.oam.paginators with parameters of type ListLinksRequest Constructor Description ListLinksIterable(OamClient client, ListLinksRequest firstRequest)ListLinksPublisher(OamAsyncClient client, ListLinksRequest firstRequest) -
Uses of ListLinksRequest in software.amazon.awssdk.services.oam.transform
Methods in software.amazon.awssdk.services.oam.transform with parameters of type ListLinksRequest Modifier and Type Method Description SdkHttpFullRequestListLinksRequestMarshaller. marshall(ListLinksRequest listLinksRequest)
-