Uses of Enum
software.amazon.awssdk.services.databasemigration.model.CollectorStatus
Packages that use CollectorStatus
-
Uses of CollectorStatus in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CollectorStatusModifier and TypeMethodDescriptionfinal CollectorStatusCollectorHealthCheck.collectorStatus()The status of the Fleet Advisor collector.static CollectorStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CollectorStatusReturns the enum constant of this type with the specified name.static CollectorStatus[]CollectorStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CollectorStatusMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type CollectorStatusModifier and TypeMethodDescriptionCollectorHealthCheck.Builder.collectorStatus(CollectorStatus collectorStatus) The status of the Fleet Advisor collector.