Uses of Class
software.amazon.awssdk.services.outposts.model.UpdateSiteRackPhysicalPropertiesResponse
-
Packages that use UpdateSiteRackPhysicalPropertiesResponse Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. -
-
Uses of UpdateSiteRackPhysicalPropertiesResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return UpdateSiteRackPhysicalPropertiesResponse Modifier and Type Method Description default UpdateSiteRackPhysicalPropertiesResponseOutpostsClient. updateSiteRackPhysicalProperties(Consumer<UpdateSiteRackPhysicalPropertiesRequest.Builder> updateSiteRackPhysicalPropertiesRequest)Update the physical and logistical details for a rack at a site.default UpdateSiteRackPhysicalPropertiesResponseOutpostsClient. updateSiteRackPhysicalProperties(UpdateSiteRackPhysicalPropertiesRequest updateSiteRackPhysicalPropertiesRequest)Update the physical and logistical details for a rack at a site.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type UpdateSiteRackPhysicalPropertiesResponse Modifier and Type Method Description default CompletableFuture<UpdateSiteRackPhysicalPropertiesResponse>OutpostsAsyncClient. updateSiteRackPhysicalProperties(Consumer<UpdateSiteRackPhysicalPropertiesRequest.Builder> updateSiteRackPhysicalPropertiesRequest)Update the physical and logistical details for a rack at a site.default CompletableFuture<UpdateSiteRackPhysicalPropertiesResponse>OutpostsAsyncClient. updateSiteRackPhysicalProperties(UpdateSiteRackPhysicalPropertiesRequest updateSiteRackPhysicalPropertiesRequest)Update the physical and logistical details for a rack at a site.
-