Uses of Class
software.amazon.awssdk.services.oam.model.ListSinksRequest
-
Packages that use ListSinksRequest 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 ListSinksRequest in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam with parameters of type ListSinksRequest Modifier and Type Method Description default CompletableFuture<ListSinksResponse>OamAsyncClient. listSinks(ListSinksRequest 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.default ListSinksPublisherOamAsyncClient. listSinksPaginator(ListSinksRequest listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account.default ListSinksIterableOamClient. listSinksPaginator(ListSinksRequest listSinksRequest)Use this operation in a monitoring account to return the list of sinks created in that account. -
Uses of ListSinksRequest in software.amazon.awssdk.services.oam.paginators
Constructors in software.amazon.awssdk.services.oam.paginators with parameters of type ListSinksRequest Constructor Description ListSinksIterable(OamClient client, ListSinksRequest firstRequest)ListSinksPublisher(OamAsyncClient client, ListSinksRequest firstRequest) -
Uses of ListSinksRequest in software.amazon.awssdk.services.oam.transform
Methods in software.amazon.awssdk.services.oam.transform with parameters of type ListSinksRequest Modifier and Type Method Description SdkHttpFullRequestListSinksRequestMarshaller. marshall(ListSinksRequest listSinksRequest)
-