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