Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.PaymentInstrumentStatus
Packages that use PaymentInstrumentStatus
-
Uses of PaymentInstrumentStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentInstrumentStatusModifier and TypeMethodDescriptionstatic PaymentInstrumentStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PaymentInstrumentStatusDeletePaymentInstrumentResponse.status()The status of the instrument after deletion.final PaymentInstrumentStatusPaymentInstrument.status()The current status of this payment instrument.final PaymentInstrumentStatusPaymentInstrumentSummary.status()The current status of this payment instrument.static PaymentInstrumentStatusReturns the enum constant of this type with the specified name.static PaymentInstrumentStatus[]PaymentInstrumentStatus.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 PaymentInstrumentStatusModifier and TypeMethodDescriptionstatic Set<PaymentInstrumentStatus>PaymentInstrumentStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentInstrumentStatusModifier and TypeMethodDescriptionDeletePaymentInstrumentResponse.Builder.status(PaymentInstrumentStatus status) The status of the instrument after deletion.PaymentInstrument.Builder.status(PaymentInstrumentStatus status) The current status of this payment instrument.PaymentInstrumentSummary.Builder.status(PaymentInstrumentStatus status) The current status of this payment instrument.