Uses of Class
software.amazon.awssdk.services.managedblockchain.model.AccessorType
-
Packages that use AccessorType Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of AccessorType in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return AccessorType Modifier and Type Method Description AccessorTypeCreateAccessorRequest. accessorType()The type of accessor.static AccessorTypeAccessorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AccessorTypeAccessor. type()The type of the accessor.AccessorTypeAccessorSummary. type()The type of the accessor.static AccessorTypeAccessorType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessorType[]AccessorType. 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 AccessorType Modifier and Type Method Description static Set<AccessorType>AccessorType. knownValues()Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type AccessorType Modifier and Type Method Description CreateAccessorRequest.BuilderCreateAccessorRequest.Builder. accessorType(AccessorType accessorType)The type of accessor.Accessor.BuilderAccessor.Builder. type(AccessorType type)The type of the accessor.AccessorSummary.BuilderAccessorSummary.Builder. type(AccessorType type)The type of the accessor.
-