Uses of Class
software.amazon.awssdk.services.costexplorer.model.PaymentOption
-
Packages that use PaymentOption Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of PaymentOption in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return PaymentOption Modifier and Type Method Description static PaymentOptionPaymentOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PaymentOptionGetReservationPurchaseRecommendationRequest. paymentOption()The reservation purchase option that you want recommendations for.PaymentOptionGetSavingsPlansPurchaseRecommendationRequest. paymentOption()The payment option that's used to generate these recommendations.PaymentOptionRecommendationDetailData. paymentOption()The payment option for the commitment (for example, All Upfront or No Upfront).PaymentOptionReservationPurchaseRecommendation. paymentOption()The payment option for the reservation (for example,AllUpfrontorNoUpfront).PaymentOptionSavingsPlansPurchaseRecommendation. paymentOption()The payment option that's used to generate the recommendation.static PaymentOptionPaymentOption. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentOption[]PaymentOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type PaymentOption Modifier and Type Method Description static Set<PaymentOption>PaymentOption. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type PaymentOption Modifier and Type Method Description GetReservationPurchaseRecommendationRequest.BuilderGetReservationPurchaseRecommendationRequest.Builder. paymentOption(PaymentOption paymentOption)The reservation purchase option that you want recommendations for.GetSavingsPlansPurchaseRecommendationRequest.BuilderGetSavingsPlansPurchaseRecommendationRequest.Builder. paymentOption(PaymentOption paymentOption)The payment option that's used to generate these recommendations.RecommendationDetailData.BuilderRecommendationDetailData.Builder. paymentOption(PaymentOption paymentOption)The payment option for the commitment (for example, All Upfront or No Upfront).ReservationPurchaseRecommendation.BuilderReservationPurchaseRecommendation.Builder. paymentOption(PaymentOption paymentOption)The payment option for the reservation (for example,AllUpfrontorNoUpfront).SavingsPlansPurchaseRecommendation.BuilderSavingsPlansPurchaseRecommendation.Builder. paymentOption(PaymentOption paymentOption)The payment option that's used to generate the recommendation.
-