Uses of Class
software.amazon.awssdk.services.outposts.model.RackSpecificationDetails
Packages that use RackSpecificationDetails
-
Uses of RackSpecificationDetails in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return RackSpecificationDetailsModifier and TypeMethodDescriptionfinal RackSpecificationDetailsQuoteSpecification.existingRackSpecificationDetails()The existing rack specification details, if the specification type isUPDATED_RACKorEXISTING_RACK.final RackSpecificationDetailsQuoteSpecification.finalRackSpecificationDetails()The final rack specification details after the quote is fulfilled.Methods in software.amazon.awssdk.services.outposts.model with parameters of type RackSpecificationDetailsModifier and TypeMethodDescriptionQuoteSpecification.Builder.existingRackSpecificationDetails(RackSpecificationDetails existingRackSpecificationDetails) The existing rack specification details, if the specification type isUPDATED_RACKorEXISTING_RACK.QuoteSpecification.Builder.finalRackSpecificationDetails(RackSpecificationDetails finalRackSpecificationDetails) The final rack specification details after the quote is fulfilled.