Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ProposalStatus
-
Packages that use ProposalStatus Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of ProposalStatus in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return ProposalStatus Modifier and Type Method Description static ProposalStatusProposalStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProposalStatusProposal. status()The status of the proposal.ProposalStatusProposalSummary. status()The status of the proposal.static ProposalStatusProposalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProposalStatus[]ProposalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type ProposalStatus Modifier and Type Method Description static Set<ProposalStatus>ProposalStatus. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type ProposalStatus Modifier and Type Method Description Proposal.BuilderProposal.Builder. status(ProposalStatus status)The status of the proposal.ProposalSummary.BuilderProposalSummary.Builder. status(ProposalStatus status)The status of the proposal.
-