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