Uses of Class
software.amazon.awssdk.services.managedblockchain.model.Edition
-
Packages that use Edition Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of Edition in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return Edition Modifier and Type Method Description EditionNetworkFabricAttributes. edition()The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.EditionNetworkFabricConfiguration. edition()The edition of Amazon Managed Blockchain that the network uses.static EditionEdition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EditionEdition. valueOf(String name)Returns the enum constant of this type with the specified name.static Edition[]Edition. 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 Edition Modifier and Type Method Description static Set<Edition>Edition. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type Edition Modifier and Type Method Description NetworkFabricAttributes.BuilderNetworkFabricAttributes.Builder. edition(Edition edition)The edition of Amazon Managed Blockchain that Hyperledger Fabric uses.NetworkFabricConfiguration.BuilderNetworkFabricConfiguration.Builder. edition(Edition edition)The edition of Amazon Managed Blockchain that the network uses.
-