Uses of Class
software.amazon.awssdk.services.oam.model.ListLinksResponse
-
Packages that use ListLinksResponse 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 ListLinksResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return ListLinksResponse Modifier and Type Method Description default ListLinksResponseOamClient. listLinks(Consumer<ListLinksRequest.Builder> 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.Methods in software.amazon.awssdk.services.oam that return types with arguments of type ListLinksResponse Modifier and Type Method Description default CompletableFuture<ListLinksResponse>OamAsyncClient. listLinks(Consumer<ListLinksRequest.Builder> listLinksRequest)Use this operation in a source account to return a list of links to monitoring account sinks that this source account has.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. -
Uses of ListLinksResponse in software.amazon.awssdk.services.oam.paginators
Methods in software.amazon.awssdk.services.oam.paginators that return types with arguments of type ListLinksResponse Modifier and Type Method Description Iterator<ListLinksResponse>ListLinksIterable. iterator()Method parameters in software.amazon.awssdk.services.oam.paginators with type arguments of type ListLinksResponse Modifier and Type Method Description voidListLinksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLinksResponse> subscriber)
-