Uses of Class
software.amazon.awssdk.services.managedblockchain.model.AccessorNetworkType
-
Packages that use AccessorNetworkType Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of AccessorNetworkType in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return AccessorNetworkType Modifier and Type Method Description static AccessorNetworkTypeAccessorNetworkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AccessorNetworkTypeAccessor. networkType()The blockchain network that the Accessor token is created for.AccessorNetworkTypeAccessorSummary. networkType()The blockchain network that the Accessor token is created for.AccessorNetworkTypeCreateAccessorRequest. networkType()The blockchain network that theAccessortoken is created for.AccessorNetworkTypeCreateAccessorResponse. networkType()The blockchain network that the accessor token is created for.AccessorNetworkTypeListAccessorsRequest. networkType()The blockchain network that theAccessortoken is created for.static AccessorNetworkTypeAccessorNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessorNetworkType[]AccessorNetworkType. 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 AccessorNetworkType Modifier and Type Method Description static Set<AccessorNetworkType>AccessorNetworkType. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type AccessorNetworkType Modifier and Type Method Description Accessor.BuilderAccessor.Builder. networkType(AccessorNetworkType networkType)The blockchain network that the Accessor token is created for.AccessorSummary.BuilderAccessorSummary.Builder. networkType(AccessorNetworkType networkType)The blockchain network that the Accessor token is created for.CreateAccessorRequest.BuilderCreateAccessorRequest.Builder. networkType(AccessorNetworkType networkType)The blockchain network that theAccessortoken is created for.CreateAccessorResponse.BuilderCreateAccessorResponse.Builder. networkType(AccessorNetworkType networkType)The blockchain network that the accessor token is created for.ListAccessorsRequest.BuilderListAccessorsRequest.Builder. networkType(AccessorNetworkType networkType)The blockchain network that theAccessortoken is created for.
-