Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.PaymentType
Packages that use PaymentType
-
Uses of PaymentType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentTypeModifier and TypeMethodDescriptionstatic PaymentTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PaymentTypeProcessPaymentRequest.paymentType()The type of payment to process.final PaymentTypeProcessPaymentResponse.paymentType()The type of payment processed.static PaymentTypeReturns the enum constant of this type with the specified name.static PaymentType[]PaymentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type PaymentTypeMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentTypeModifier and TypeMethodDescriptionProcessPaymentRequest.Builder.paymentType(PaymentType paymentType) The type of payment to process.ProcessPaymentResponse.Builder.paymentType(PaymentType paymentType) The type of payment processed.