Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.PaymentInstrumentType
Packages that use PaymentInstrumentType
-
Uses of PaymentInstrumentType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentInstrumentTypeModifier and TypeMethodDescriptionstatic PaymentInstrumentTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PaymentInstrumentTypeCreatePaymentInstrumentRequest.paymentInstrumentType()The type of payment instrument being created.final PaymentInstrumentTypePaymentInstrument.paymentInstrumentType()The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).final PaymentInstrumentTypePaymentInstrumentSummary.paymentInstrumentType()The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).static PaymentInstrumentTypeReturns the enum constant of this type with the specified name.static PaymentInstrumentType[]PaymentInstrumentType.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 PaymentInstrumentTypeModifier and TypeMethodDescriptionstatic Set<PaymentInstrumentType>PaymentInstrumentType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentInstrumentTypeModifier and TypeMethodDescriptionCreatePaymentInstrumentRequest.Builder.paymentInstrumentType(PaymentInstrumentType paymentInstrumentType) The type of payment instrument being created.PaymentInstrument.Builder.paymentInstrumentType(PaymentInstrumentType paymentInstrumentType) The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).PaymentInstrumentSummary.Builder.paymentInstrumentType(PaymentInstrumentType paymentInstrumentType) The type of payment instrument (e.g., EMBEDDED_CRYPTO_WALLET).