Uses of Class
software.amazon.awssdk.services.outposts.model.AssetInstanceTypeCapacity
-
Packages that use AssetInstanceTypeCapacity Package Description software.amazon.awssdk.services.outposts.model -
-
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 AssetInstanceTypeCapacity Modifier and Type Method Description List<AssetInstanceTypeCapacity>ComputeAttributes. instanceTypeCapacities()The instance type capacities configured for this asset.Methods in software.amazon.awssdk.services.outposts.model with parameters of type AssetInstanceTypeCapacity Modifier and Type Method Description ComputeAttributes.BuilderComputeAttributes.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 AssetInstanceTypeCapacity Modifier and Type Method Description ComputeAttributes.BuilderComputeAttributes.Builder. instanceTypeCapacities(Collection<AssetInstanceTypeCapacity> instanceTypeCapacities)The instance type capacities configured for this asset.
-