Uses of Class
software.amazon.awssdk.services.outposts.model.RackPhysicalProperties
-
Packages that use RackPhysicalProperties Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of RackPhysicalProperties in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return RackPhysicalProperties Modifier and Type Method Description RackPhysicalPropertiesCreateSiteRequest. rackPhysicalProperties()Information about the physical and logistical details for the rack at this site.RackPhysicalPropertiesSite. rackPhysicalProperties()Information about the physical and logistical details for a rack at the site.Methods in software.amazon.awssdk.services.outposts.model with parameters of type RackPhysicalProperties Modifier and Type Method Description CreateSiteRequest.BuilderCreateSiteRequest.Builder. rackPhysicalProperties(RackPhysicalProperties rackPhysicalProperties)Information about the physical and logistical details for the rack at this site.Site.BuilderSite.Builder. rackPhysicalProperties(RackPhysicalProperties rackPhysicalProperties)Information about the physical and logistical details for a rack at the site.
-