Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.PaymentSessionStatus
Packages that use PaymentSessionStatus
-
Uses of PaymentSessionStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return PaymentSessionStatusModifier and TypeMethodDescriptionstatic PaymentSessionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PaymentSessionStatusDeletePaymentSessionResponse.status()The status of the deletion.static PaymentSessionStatusReturns the enum constant of this type with the specified name.static PaymentSessionStatus[]PaymentSessionStatus.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 PaymentSessionStatusModifier and TypeMethodDescriptionstatic Set<PaymentSessionStatus>PaymentSessionStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type PaymentSessionStatusModifier and TypeMethodDescriptionDeletePaymentSessionResponse.Builder.status(PaymentSessionStatus status) The status of the deletion.