Uses of Interface
software.amazon.awssdk.services.outposts.model.UpdateQuoteRequest.Builder
Packages that use UpdateQuoteRequest.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 UpdateQuoteRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type UpdateQuoteRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateQuoteResponse>OutpostsAsyncClient.updateQuote(Consumer<UpdateQuoteRequest.Builder> updateQuoteRequest) Updates the specified quote.default UpdateQuoteResponseOutpostsClient.updateQuote(Consumer<UpdateQuoteRequest.Builder> updateQuoteRequest) Updates the specified quote. -
Uses of UpdateQuoteRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UpdateQuoteRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateQuoteRequest.BuilderUpdateQuoteRequest.builder()UpdateQuoteRequest.Builder.countryCode(String countryCode) The country code for the Outpost site location.UpdateQuoteRequest.Builder.description(String description) A description for the quote.UpdateQuoteRequest.Builder.outpostIdentifier(String outpostIdentifier) The ID or ARN of the Outpost to associate with the quote.UpdateQuoteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateQuoteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateQuoteRequest.Builder.quoteIdentifier(String quoteIdentifier) The ID of the quote.UpdateQuoteRequest.Builder.requestedCapacities(Collection<QuoteCapacity> requestedCapacities) The updated capacity requirements for the quote.UpdateQuoteRequest.Builder.requestedCapacities(Consumer<QuoteCapacity.Builder>... requestedCapacities) The updated capacity requirements for the quote.UpdateQuoteRequest.Builder.requestedCapacities(QuoteCapacity... requestedCapacities) The updated capacity requirements for the quote.UpdateQuoteRequest.Builder.requestedConstraints(Collection<QuoteConstraint> requestedConstraints) The updated physical constraints for the quote.UpdateQuoteRequest.Builder.requestedConstraints(Consumer<QuoteConstraint.Builder>... requestedConstraints) The updated physical constraints for the quote.UpdateQuoteRequest.Builder.requestedConstraints(QuoteConstraint... requestedConstraints) The updated physical constraints for the quote.UpdateQuoteRequest.Builder.requestedPaymentOptions(Collection<PaymentOption> requestedPaymentOptions) The updated payment options to include in the quote pricing.UpdateQuoteRequest.Builder.requestedPaymentOptions(PaymentOption... requestedPaymentOptions) The updated payment options to include in the quote pricing.UpdateQuoteRequest.Builder.requestedPaymentOptionsWithStrings(String... requestedPaymentOptions) The updated payment options to include in the quote pricing.UpdateQuoteRequest.Builder.requestedPaymentOptionsWithStrings(Collection<String> requestedPaymentOptions) The updated payment options to include in the quote pricing.UpdateQuoteRequest.Builder.requestedPaymentTerms(Collection<PaymentTerm> requestedPaymentTerms) The updated payment terms to include in the quote pricing.UpdateQuoteRequest.Builder.requestedPaymentTerms(PaymentTerm... requestedPaymentTerms) The updated payment terms to include in the quote pricing.UpdateQuoteRequest.Builder.requestedPaymentTermsWithStrings(String... requestedPaymentTerms) The updated payment terms to include in the quote pricing.UpdateQuoteRequest.Builder.requestedPaymentTermsWithStrings(Collection<String> requestedPaymentTerms) The updated payment terms to include in the quote pricing.UpdateQuoteRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type UpdateQuoteRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateQuoteRequest.Builder>UpdateQuoteRequest.serializableBuilderClass()