Uses of Class
software.amazon.awssdk.services.outposts.model.AssetInstanceTypeCapacity
Packages that use AssetInstanceTypeCapacity
-
Uses of AssetInstanceTypeCapacity in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type AssetInstanceTypeCapacityModifier and TypeMethodDescriptionfinal List<AssetInstanceTypeCapacity>ComputeAttributes.instanceTypeCapacities()The instance type capacities configured for this asset.Methods in software.amazon.awssdk.services.outposts.model with parameters of type AssetInstanceTypeCapacityModifier and TypeMethodDescriptionComputeAttributes.Builder.instanceTypeCapacities(AssetInstanceTypeCapacity... instanceTypeCapacities) The instance type capacities configured for this asset.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type AssetInstanceTypeCapacityModifier and TypeMethodDescriptionComputeAttributes.Builder.instanceTypeCapacities(Collection<AssetInstanceTypeCapacity> instanceTypeCapacities) The instance type capacities configured for this asset.