Uses of Class
software.amazon.awssdk.services.oam.model.ListAttachedLinksRequest
-
Packages that use ListAttachedLinksRequest 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 ListAttachedLinksRequest in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam with parameters of type ListAttachedLinksRequest Modifier and Type Method Description default CompletableFuture<ListAttachedLinksResponse>OamAsyncClient. listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink.default ListAttachedLinksResponseOamClient. listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink.default ListAttachedLinksPublisherOamAsyncClient. listAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink.default ListAttachedLinksIterableOamClient. listAttachedLinksPaginator(ListAttachedLinksRequest listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink. -
Uses of ListAttachedLinksRequest in software.amazon.awssdk.services.oam.paginators
Constructors in software.amazon.awssdk.services.oam.paginators with parameters of type ListAttachedLinksRequest Constructor Description ListAttachedLinksIterable(OamClient client, ListAttachedLinksRequest firstRequest)ListAttachedLinksPublisher(OamAsyncClient client, ListAttachedLinksRequest firstRequest) -
Uses of ListAttachedLinksRequest in software.amazon.awssdk.services.oam.transform
Methods in software.amazon.awssdk.services.oam.transform with parameters of type ListAttachedLinksRequest Modifier and Type Method Description SdkHttpFullRequestListAttachedLinksRequestMarshaller. marshall(ListAttachedLinksRequest listAttachedLinksRequest)
-