Uses of Class
software.amazon.awssdk.services.dataexchange.model.AssetEntry
-
Packages that use AssetEntry Package Description software.amazon.awssdk.services.dataexchange.model software.amazon.awssdk.services.dataexchange.paginators -
-
Uses of AssetEntry in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type AssetEntry Modifier and Type Method Description List<AssetEntry>ListRevisionAssetsResponse. assets()The asset objects listed by the request.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type AssetEntry Modifier and Type Method Description ListRevisionAssetsResponse.BuilderListRevisionAssetsResponse.Builder. assets(AssetEntry... assets)The asset objects listed by the request.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type AssetEntry Modifier and Type Method Description ListRevisionAssetsResponse.BuilderListRevisionAssetsResponse.Builder. assets(Collection<AssetEntry> assets)The asset objects listed by the request. -
Uses of AssetEntry in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.paginators that return types with arguments of type AssetEntry Modifier and Type Method Description SdkIterable<AssetEntry>ListRevisionAssetsIterable. assets()Returns an iterable to iterate through the paginatedListRevisionAssetsResponse.assets()member.SdkPublisher<AssetEntry>ListRevisionAssetsPublisher. assets()Returns a publisher that can be used to get a stream of data.
-