| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
MemberSummary |
MemberSummary.clone() |
MemberSummary |
MemberSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the member.
|
MemberSummary |
MemberSummary.withCreationDate(Date creationDate)
The date and time that the member was created.
|
MemberSummary |
MemberSummary.withDescription(String description)
An optional description of the member.
|
MemberSummary |
MemberSummary.withId(String id)
The unique identifier of the member.
|
MemberSummary |
MemberSummary.withIsOwned(Boolean isOwned)
An indicator of whether the member is owned by your Amazon Web Services account or a different Amazon Web
Services account.
|
MemberSummary |
MemberSummary.withName(String name)
The name of the member.
|
MemberSummary |
MemberSummary.withStatus(MemberStatus status)
The status of the member.
|
MemberSummary |
MemberSummary.withStatus(String status)
The status of the member.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberSummary> |
ListMembersResult.getMembers()
An array of
MemberSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListMembersResult |
ListMembersResult.withMembers(MemberSummary... members)
An array of
MemberSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMembersResult.setMembers(Collection<MemberSummary> members)
An array of
MemberSummary objects. |
ListMembersResult |
ListMembersResult.withMembers(Collection<MemberSummary> members)
An array of
MemberSummary objects. |
Copyright © 2024. All rights reserved.