Uses of Class
software.amazon.awssdk.services.outposts.model.AssetInfo
-
Packages that use AssetInfo Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
Uses of AssetInfo in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type AssetInfo Modifier and Type Method Description List<AssetInfo>ListAssetsResponse. assets()Information about the hardware assets.Methods in software.amazon.awssdk.services.outposts.model with parameters of type AssetInfo Modifier and Type Method Description ListAssetsResponse.BuilderListAssetsResponse.Builder. assets(AssetInfo... assets)Information about the hardware assets.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type AssetInfo Modifier and Type Method Description ListAssetsResponse.BuilderListAssetsResponse.Builder. assets(Collection<AssetInfo> assets)Information about the hardware assets. -
Uses of AssetInfo in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type AssetInfo Modifier and Type Method Description SdkIterable<AssetInfo>ListAssetsIterable. assets()Returns an iterable to iterate through the paginatedListAssetsResponse.assets()member.SdkPublisher<AssetInfo>ListAssetsPublisher. assets()Returns a publisher that can be used to get a stream of data.
-