Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.PaymentStatus
Packages that use PaymentStatus
-
Uses of PaymentStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentStatusModifier and TypeMethodDescriptionstatic PaymentStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PaymentStatusProcessPaymentResponse.status()The status of the payment.static PaymentStatusReturns the enum constant of this type with the specified name.static PaymentStatus[]PaymentStatus.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 PaymentStatusMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentStatusModifier and TypeMethodDescriptionProcessPaymentResponse.Builder.status(PaymentStatus status) The status of the payment.