Uses of Class
software.amazon.awssdk.services.outposts.model.AssetInstance
-
Packages that use AssetInstance Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
Uses of AssetInstance in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type AssetInstance Modifier and Type Method Description List<AssetInstance>ListAssetInstancesResponse. assetInstances()List of instances owned by all accounts on the Outpost.Methods in software.amazon.awssdk.services.outposts.model with parameters of type AssetInstance Modifier and Type Method Description ListAssetInstancesResponse.BuilderListAssetInstancesResponse.Builder. assetInstances(AssetInstance... assetInstances)List of instances owned by all accounts on the Outpost.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type AssetInstance Modifier and Type Method Description ListAssetInstancesResponse.BuilderListAssetInstancesResponse.Builder. assetInstances(Collection<AssetInstance> assetInstances)List of instances owned by all accounts on the Outpost. -
Uses of AssetInstance in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type AssetInstance Modifier and Type Method Description SdkIterable<AssetInstance>ListAssetInstancesIterable. assetInstances()Returns an iterable to iterate through the paginatedListAssetInstancesResponse.assetInstances()member.SdkPublisher<AssetInstance>ListAssetInstancesPublisher. assetInstances()Returns a publisher that can be used to get a stream of data.
-