Uses of Class
software.amazon.awssdk.services.oam.model.ListSinksResponse
-
Packages that use ListSinksResponse 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 ListSinksResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return ListSinksResponse Modifier and Type Method Description default ListSinksResponseOamClient. listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account.default ListSinksResponseOamClient. listSinks(ListSinksRequest listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account.Methods in software.amazon.awssdk.services.oam that return types with arguments of type ListSinksResponse Modifier and Type Method Description default CompletableFuture<ListSinksResponse>OamAsyncClient. listSinks(Consumer<ListSinksRequest.Builder> listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account.default CompletableFuture<ListSinksResponse>OamAsyncClient. listSinks(ListSinksRequest listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account. -
Uses of ListSinksResponse in software.amazon.awssdk.services.oam.paginators
Methods in software.amazon.awssdk.services.oam.paginators that return types with arguments of type ListSinksResponse Modifier and Type Method Description Iterator<ListSinksResponse>ListSinksIterable. iterator()Method parameters in software.amazon.awssdk.services.oam.paginators with type arguments of type ListSinksResponse Modifier and Type Method Description voidListSinksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSinksResponse> subscriber)
-