Uses of Class
software.amazon.awssdk.services.sms.model.AppReplicationStatus
-
Packages that use AppReplicationStatus Package Description software.amazon.awssdk.services.sms.model -
-
Uses of AppReplicationStatus in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return AppReplicationStatus Modifier and Type Method Description static AppReplicationStatusAppReplicationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppReplicationStatusAppSummary. replicationStatus()The replication status of the application.static AppReplicationStatusAppReplicationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AppReplicationStatus[]AppReplicationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type AppReplicationStatus Modifier and Type Method Description static Set<AppReplicationStatus>AppReplicationStatus. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type AppReplicationStatus Modifier and Type Method Description AppSummary.BuilderAppSummary.Builder. replicationStatus(AppReplicationStatus replicationStatus)The replication status of the application.
-