Uses of Class
software.amazon.awssdk.services.oam.model.ListAttachedLinksResponse
-
Packages that use ListAttachedLinksResponse 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 -
-
Uses of ListAttachedLinksResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return ListAttachedLinksResponse Modifier and Type Method Description default ListAttachedLinksResponseOamClient. listAttachedLinks(Consumer<ListAttachedLinksRequest.Builder> 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.Methods in software.amazon.awssdk.services.oam that return types with arguments of type ListAttachedLinksResponse Modifier and Type Method Description default CompletableFuture<ListAttachedLinksResponse>OamAsyncClient. listAttachedLinks(Consumer<ListAttachedLinksRequest.Builder> listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink.default CompletableFuture<ListAttachedLinksResponse>OamAsyncClient. listAttachedLinks(ListAttachedLinksRequest listAttachedLinksRequest)Returns a list of source account links that are linked to this monitoring account sink. -
Uses of ListAttachedLinksResponse in software.amazon.awssdk.services.oam.paginators
Methods in software.amazon.awssdk.services.oam.paginators that return types with arguments of type ListAttachedLinksResponse Modifier and Type Method Description Iterator<ListAttachedLinksResponse>ListAttachedLinksIterable. iterator()Method parameters in software.amazon.awssdk.services.oam.paginators with type arguments of type ListAttachedLinksResponse Modifier and Type Method Description voidListAttachedLinksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttachedLinksResponse> subscriber)
-