Uses of Class
software.amazon.awssdk.services.managedblockchain.model.NetworkSummary
-
Packages that use NetworkSummary Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NetworkSummary in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NetworkSummary Modifier and Type Method Description NetworkSummaryInvitation. networkSummary()Returns the value of the NetworkSummary property for this object.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NetworkSummary Modifier and Type Method Description List<NetworkSummary>ListNetworksResponse. networks()An array ofNetworkSummaryobjects that contain configuration properties for each network.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type NetworkSummary Modifier and Type Method Description ListNetworksResponse.BuilderListNetworksResponse.Builder. networks(NetworkSummary... networks)An array ofNetworkSummaryobjects that contain configuration properties for each network.Invitation.BuilderInvitation.Builder. networkSummary(NetworkSummary networkSummary)Sets the value of the NetworkSummary property for this object.Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NetworkSummary Modifier and Type Method Description ListNetworksResponse.BuilderListNetworksResponse.Builder. networks(Collection<NetworkSummary> networks)An array ofNetworkSummaryobjects that contain configuration properties for each network.
-