Uses of Class
software.amazon.awssdk.services.ec2.model.CancellationTerms
Packages that use CancellationTerms
-
Uses of CancellationTerms in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CancellationTermsModifier and TypeMethodDescriptionfinal List<CancellationTerms>CapacityReservationCancellationQuote.cancellationTerms()The cancellation terms associated with the quote, including the fee type and charge details.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CancellationTermsModifier and TypeMethodDescriptionCapacityReservationCancellationQuote.Builder.cancellationTerms(CancellationTerms... cancellationTerms) The cancellation terms associated with the quote, including the fee type and charge details.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CancellationTermsModifier and TypeMethodDescriptionCapacityReservationCancellationQuote.Builder.cancellationTerms(Collection<CancellationTerms> cancellationTerms) The cancellation terms associated with the quote, including the fee type and charge details.