| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
ProposalSummary |
ProposalSummary.clone() |
ProposalSummary |
ProposalSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the proposal.
|
ProposalSummary |
ProposalSummary.withCreationDate(Date creationDate)
The date and time that the proposal was created.
|
ProposalSummary |
ProposalSummary.withDescription(String description)
The description of the proposal.
|
ProposalSummary |
ProposalSummary.withExpirationDate(Date expirationDate)
The date and time that the proposal expires.
|
ProposalSummary |
ProposalSummary.withProposalId(String proposalId)
The unique identifier of the proposal.
|
ProposalSummary |
ProposalSummary.withProposedByMemberId(String proposedByMemberId)
The unique identifier of the member that created the proposal.
|
ProposalSummary |
ProposalSummary.withProposedByMemberName(String proposedByMemberName)
The name of the member that created the proposal.
|
ProposalSummary |
ProposalSummary.withStatus(ProposalStatus status)
The status of the proposal.
|
ProposalSummary |
ProposalSummary.withStatus(String status)
The status of the proposal.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProposalSummary> |
ListProposalsResult.getProposals()
The summary of each proposal made on the network.
|
| Modifier and Type | Method and Description |
|---|---|
ListProposalsResult |
ListProposalsResult.withProposals(ProposalSummary... proposals)
The summary of each proposal made on the network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProposalsResult.setProposals(Collection<ProposalSummary> proposals)
The summary of each proposal made on the network.
|
ListProposalsResult |
ListProposalsResult.withProposals(Collection<ProposalSummary> proposals)
The summary of each proposal made on the network.
|
Copyright © 2021. All rights reserved.