Uses of Class
software.amazon.awssdk.services.oam.model.ListSinksItem
-
Packages that use ListSinksItem Package Description software.amazon.awssdk.services.oam.model software.amazon.awssdk.services.oam.paginators -
-
Uses of ListSinksItem in software.amazon.awssdk.services.oam.model
Methods in software.amazon.awssdk.services.oam.model that return types with arguments of type ListSinksItem Modifier and Type Method Description List<ListSinksItem>ListSinksResponse. items()An array of structures that contain the information about the returned sinks.Methods in software.amazon.awssdk.services.oam.model with parameters of type ListSinksItem Modifier and Type Method Description ListSinksResponse.BuilderListSinksResponse.Builder. items(ListSinksItem... items)An array of structures that contain the information about the returned sinks.Method parameters in software.amazon.awssdk.services.oam.model with type arguments of type ListSinksItem Modifier and Type Method Description ListSinksResponse.BuilderListSinksResponse.Builder. items(Collection<ListSinksItem> items)An array of structures that contain the information about the returned sinks. -
Uses of ListSinksItem in software.amazon.awssdk.services.oam.paginators
Methods in software.amazon.awssdk.services.oam.paginators that return types with arguments of type ListSinksItem Modifier and Type Method Description SdkIterable<ListSinksItem>ListSinksIterable. items()Returns an iterable to iterate through the paginatedListSinksResponse.items()member.SdkPublisher<ListSinksItem>ListSinksPublisher. items()Returns a publisher that can be used to get a stream of data.
-