Uses of Enum
software.amazon.awssdk.services.secretsmanager.model.StatusType
Packages that use StatusType
-
Uses of StatusType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return StatusTypeModifier and TypeMethodDescriptionstatic StatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StatusTypeReplicationStatusType.status()The status can beInProgress,Failed, orInSync.static StatusTypeReturns the enum constant of this type with the specified name.static StatusType[]StatusType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type StatusTypeMethods in software.amazon.awssdk.services.secretsmanager.model with parameters of type StatusTypeModifier and TypeMethodDescriptionReplicationStatusType.Builder.status(StatusType status) The status can beInProgress,Failed, orInSync.