| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkSummary |
Invitation.networkSummary()
Returns the value of the NetworkSummary property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkSummary> |
ListNetworksResponse.networks()
An array of
NetworkSummary objects that contain configuration properties for each network. |
| Modifier and Type | Method and Description |
|---|---|
ListNetworksResponse.Builder |
ListNetworksResponse.Builder.networks(NetworkSummary... networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
Invitation.Builder |
Invitation.Builder.networkSummary(NetworkSummary networkSummary)
Sets the value of the NetworkSummary property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListNetworksResponse.Builder |
ListNetworksResponse.Builder.networks(Collection<NetworkSummary> networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
Copyright © 2023. All rights reserved.