Uses of Interface
software.amazon.awssdk.services.outposts.model.CreateQuoteRequest.Builder
Packages that use CreateQuoteRequest.Builder
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of CreateQuoteRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type CreateQuoteRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateQuoteResponse>OutpostsAsyncClient.createQuote(Consumer<CreateQuoteRequest.Builder> createQuoteRequest) Creates a quote for an Outpost.default CreateQuoteResponseOutpostsClient.createQuote(Consumer<CreateQuoteRequest.Builder> createQuoteRequest) Creates a quote for an Outpost. -
Uses of CreateQuoteRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CreateQuoteRequest.BuilderModifier and TypeMethodDescriptionstatic CreateQuoteRequest.BuilderCreateQuoteRequest.builder()CreateQuoteRequest.Builder.countryCode(String countryCode) The country code for the Outpost site location.CreateQuoteRequest.Builder.description(String description) A description for the quote.CreateQuoteRequest.Builder.outpostIdentifier(String outpostIdentifier) The ID or ARN of the Outpost to associate with the quote.CreateQuoteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateQuoteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateQuoteRequest.Builder.requestedCapacities(Collection<QuoteCapacity> requestedCapacities) The capacity requirements for the quote.CreateQuoteRequest.Builder.requestedCapacities(Consumer<QuoteCapacity.Builder>... requestedCapacities) The capacity requirements for the quote.CreateQuoteRequest.Builder.requestedCapacities(QuoteCapacity... requestedCapacities) The capacity requirements for the quote.CreateQuoteRequest.Builder.requestedConstraints(Collection<QuoteConstraint> requestedConstraints) The physical constraints for the quote, such as maximum number of racks, maximum power draw per rack, or maximum weight per rack.CreateQuoteRequest.Builder.requestedConstraints(Consumer<QuoteConstraint.Builder>... requestedConstraints) The physical constraints for the quote, such as maximum number of racks, maximum power draw per rack, or maximum weight per rack.CreateQuoteRequest.Builder.requestedConstraints(QuoteConstraint... requestedConstraints) The physical constraints for the quote, such as maximum number of racks, maximum power draw per rack, or maximum weight per rack.CreateQuoteRequest.Builder.requestedPaymentOptions(Collection<PaymentOption> requestedPaymentOptions) The payment options to include in the quote pricing.CreateQuoteRequest.Builder.requestedPaymentOptions(PaymentOption... requestedPaymentOptions) The payment options to include in the quote pricing.CreateQuoteRequest.Builder.requestedPaymentOptionsWithStrings(String... requestedPaymentOptions) The payment options to include in the quote pricing.CreateQuoteRequest.Builder.requestedPaymentOptionsWithStrings(Collection<String> requestedPaymentOptions) The payment options to include in the quote pricing.CreateQuoteRequest.Builder.requestedPaymentTerms(Collection<PaymentTerm> requestedPaymentTerms) The payment terms to include in the quote pricing.CreateQuoteRequest.Builder.requestedPaymentTerms(PaymentTerm... requestedPaymentTerms) The payment terms to include in the quote pricing.CreateQuoteRequest.Builder.requestedPaymentTermsWithStrings(String... requestedPaymentTerms) The payment terms to include in the quote pricing.CreateQuoteRequest.Builder.requestedPaymentTermsWithStrings(Collection<String> requestedPaymentTerms) The payment terms to include in the quote pricing.CreateQuoteRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CreateQuoteRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateQuoteRequest.Builder>CreateQuoteRequest.serializableBuilderClass()