Uses of Class
software.amazon.awssdk.services.omics.model.RunCacheListItem
-
Packages that use RunCacheListItem Package Description software.amazon.awssdk.services.omics.model software.amazon.awssdk.services.omics.paginators -
-
Uses of RunCacheListItem in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type RunCacheListItem Modifier and Type Method Description List<RunCacheListItem>ListRunCachesResponse. items()Details about each run cache in the response.Methods in software.amazon.awssdk.services.omics.model with parameters of type RunCacheListItem Modifier and Type Method Description ListRunCachesResponse.BuilderListRunCachesResponse.Builder. items(RunCacheListItem... items)Details about each run cache in the response.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type RunCacheListItem Modifier and Type Method Description ListRunCachesResponse.BuilderListRunCachesResponse.Builder. items(Collection<RunCacheListItem> items)Details about each run cache in the response. -
Uses of RunCacheListItem in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type RunCacheListItem Modifier and Type Method Description SdkIterable<RunCacheListItem>ListRunCachesIterable. items()Returns an iterable to iterate through the paginatedListRunCachesResponse.items()member.SdkPublisher<RunCacheListItem>ListRunCachesPublisher. items()Returns a publisher that can be used to get a stream of data.
-