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