Uses of Class
software.amazon.awssdk.services.outposts.model.AssetInstance
Packages that use AssetInstance
Package
Description
-
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 AssetInstanceModifier and TypeMethodDescriptionfinal 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 AssetInstanceModifier and TypeMethodDescriptionListAssetInstancesResponse.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 AssetInstanceModifier and TypeMethodDescriptionListAssetInstancesResponse.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 AssetInstanceModifier and TypeMethodDescriptionfinal SdkIterable<AssetInstance>ListAssetInstancesIterable.assetInstances()Returns an iterable to iterate through the paginatedListAssetInstancesResponse.assetInstances()member.final SdkPublisher<AssetInstance>ListAssetInstancesPublisher.assetInstances()Returns a publisher that can be used to get a stream of data.