Uses of Interface
software.amazon.awssdk.services.outposts.model.AssetLocation.Builder
-
Packages that use AssetLocation.Builder Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of AssetLocation.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return AssetLocation.Builder Modifier and Type Method Description static AssetLocation.BuilderAssetLocation. builder()AssetLocation.BuilderAssetLocation.Builder. rackElevation(Float rackElevation)The position of an asset in a rack measured in rack units.AssetLocation.BuilderAssetLocation. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type AssetLocation.Builder Modifier and Type Method Description static Class<? extends AssetLocation.Builder>AssetLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type AssetLocation.Builder Modifier and Type Method Description default AssetInfo.BuilderAssetInfo.Builder. assetLocation(Consumer<AssetLocation.Builder> assetLocation)The position of an asset in a rack.
-